From: Adrian Bunk Date: Tue, 12 May 2020 14:14:10 +0000 (+0300) Subject: libxcrypt2: Remove -fcommon X-Git-Tag: uninative-2.9~843 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=281d53ebab4c4c1b6c880ab14761d715196fb8d7;p=openembedded-core.git libxcrypt2: Remove -fcommon This was fixed in upstream version 4.4.12. Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index bee1367c99..2d2a0b03e3 100644 --- a/meta/recipes-core/libxcrypt/libxcrypt.inc +++ b/meta/recipes-core/libxcrypt/libxcrypt.inc @@ -27,8 +27,6 @@ BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" CPPFLAGS_append_class-nativesdk = " -Wno-error" -CFLAGS += "-fcommon" - API = "--disable-obsolete-api" EXTRA_OECONF += "${API}"