package/libxcrypt: fix insecure typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 893602e69d1cd728a24c2cad6b877cb0c3da51cd)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2024-09-14 09:19:30 +02:00
parent e5648e03b1
commit 78c72422b5

View File

@ -14,7 +14,7 @@ LIBXCRYPT_AUTORECONF = YES
# Some warnings turn into errors with some sensitive compilers # Some warnings turn into errors with some sensitive compilers
LIBXCRYPT_CONF_OPTS = --disable-werror LIBXCRYPT_CONF_OPTS = --disable-werror
# Disable obsolete and unsecure API # Disable obsolete and insecure API
LIBXCRYPT_CONF_OPTS += --disable-obsolete_api LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
$(eval $(autotools-package)) $(eval $(autotools-package))