package/libscrypt: add patch to fix CFLAGS/LDFLAGS passing
[buildroot-gz.git] / package / libscrypt / Config.in
blobb467fd6e3dca73664502cff8346b0bc7f23e6540
1 config BR2_PACKAGE_LIBSCRYPT
2         bool "libscrypt"
3         # Unconditionally builds a shared library
4         depends on !BR2_STATIC_LIBS
5         help
6           This is a library that implements the secure password
7           hashing function "scrypt".
9           http://www.lolware.net/libscrypt.html
11 comment "libscrypt needs a toolchain w/ dynamic library"
12         depends on BR2_STATIC_LIBS