buildroot/package/libscrypt/Config.in
Stefan Sørensen 62a7b862eb libscrypt: New package
Signed-off-by: Stefan Sørensen <stefan.sorensen@spectralink.com>
[Thomas:
 - Add entry to DEVELOPERS file for the new package
 - Add dependency on !BR2_STATIC_LIBS, because the Makefile
   unconditionally builds a shared library
 - Use the "github" helper function to define <pkg>_SITE, get rid of
   <pkg>_SOURCE.
 - License is BSD-2c, not just BSD.
 - Add <pkg>_LICENSE_FILES variable.
 - Define LIBSCRYPT_DISABLE_STACK_PROTECTOR inside the
   BR2_TOOLCHAIN_HAS_SSP condition, and move from a
   LIBSCRYPT_POST_EXTRACT_HOOKS to a LIBSCRYPT_POST_PATCH_HOOKS.
 - Pass $(TARGET_CONFIGURE_OPTS) instead of just passing CC.
 - Pass $(TARGET_MAKE_ENV) when calling $(MAKE).]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-03-12 23:56:37 +01:00

13 lines
340 B
Plaintext

config BR2_PACKAGE_LIBSCRYPT
bool "libscrypt"
# Unconditionally builds a shared library
depends on !BR2_STATIC_LIBS
help
This is a library that implements the secure password
hashing function "scrypt".
http://www.lolware.net/libscrypt.html
comment "libscrypt needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS