mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/libxcrypt: fix insecure typo
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
6599d68a66
commit
893602e69d
@ -15,7 +15,7 @@ LIBXCRYPT_INSTALL_STAGING = YES
|
||||
LIBXCRYPT_CONF_OPTS = --disable-werror
|
||||
HOST_LIBXCRYPT_CONF_OPTS = --disable-werror
|
||||
|
||||
# Disable obsolete and unsecure API
|
||||
# Disable obsolete and insecure API
|
||||
LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
|
||||
HOST_LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user