xref: /OK3568_Linux_fs/buildroot/package/libscrypt/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
9	  http://www.lolware.net/libscrypt.html
10
11comment "libscrypt needs a toolchain w/ dynamic library"
12	depends on BR2_STATIC_LIBS
13