mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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 893602e69d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -14,7 +14,7 @@ LIBXCRYPT_AUTORECONF = YES
|
||||
# Some warnings turn into errors with some sensitive compilers
|
||||
LIBXCRYPT_CONF_OPTS = --disable-werror
|
||||
|
||||
# Disable obsolete and unsecure API
|
||||
# Disable obsolete and insecure API
|
||||
LIBXCRYPT_CONF_OPTS += --disable-obsolete_api
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user