1 config BR2_PACKAGE_LIBSCRYPT
3 # Unconditionally builds a shared library
4 depends on !BR2_STATIC_LIBS
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