]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
libscrypt: New package
authorStefan Sørensen <stefan.sorensen@spectralink.com>
Thu, 9 Feb 2017 13:45:55 +0000 (14:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 12 Mar 2017 22:56:37 +0000 (23:56 +0100)
commit62a7b862eb82c627d9d0a6e0e1a8bab79bd0b425
tree84e4620f90fe853aa3ee204ae21922b1d812a874
parent00d2a3da72455213b87069af475173060750d50d
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>
DEVELOPERS
package/Config.in
package/libscrypt/Config.in [new file with mode: 0644]
package/libscrypt/libscrypt.hash [new file with mode: 0644]
package/libscrypt/libscrypt.mk [new file with mode: 0644]