package/libxcrypt: --disable-werror to fix problem with sensitive compilers
authorGuillaume W. Bres <guillaume.bressaix@gmail.com>
Sat, 20 Feb 2021 17:38:15 +0000 (18:38 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 20 Feb 2021 17:42:23 +0000 (18:42 +0100)
Fixes: http://autobuild.buildroot.net/results/e9a058a8c98daf197cd9d7ac632e0cb5707d524f
Some sensitive compilers may raise warnings that turn into errors.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libxcrypt/libxcrypt.mk

index 63132edd9dc86ab815ff79cc11724cc6b0f95793..ccbb1a282c0a1441c399041b2019dbd5800b9131 100644 (file)
@@ -11,4 +11,7 @@ LIBXCRYPT_LICENSE_FILES = LICENSING COPYING.LIB
 LIBXCRYPT_INSTALL_STAGING = YES
 LIBXCRYPT_AUTORECONF = YES
 
+# Some warnings turn into errors with some sensitive compilers
+LIBXCRYPT_CONF_OPTS = --disable-werror
+
 $(eval $(autotools-package))