Config.in 340 B

123456789101112
  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".
  8. http://www.lolware.net/libscrypt.html
  9. comment "libscrypt needs a toolchain w/ dynamic library"
  10. depends on BR2_STATIC_LIBS