summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/libxcrypt
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2020-05-12 17:14:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-14 14:15:11 +0100
commit5d7f1d83c37d6de8c3e384b85e8fc636ca857188 (patch)
treea4f149103073ae3eb383a11c18050ac7573184f1 /meta/recipes-core/libxcrypt
parent74e046959ad892256eee6c94db060885ad5939a5 (diff)
downloadpoky-5d7f1d83c37d6de8c3e384b85e8fc636ca857188.tar.gz
libxcrypt2: Remove -fcommon
This was fixed in upstream version 4.4.12. (From OE-Core rev: 281d53ebab4c4c1b6c880ab14761d715196fb8d7) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/libxcrypt')
-rw-r--r--meta/recipes-core/libxcrypt/libxcrypt.inc2
1 files changed, 0 insertions, 2 deletions
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}"
27TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error" 27TARGET_CPPFLAGS = "-I${STAGING_DIR_TARGET}${includedir} -Wno-error"
28CPPFLAGS_append_class-nativesdk = " -Wno-error" 28CPPFLAGS_append_class-nativesdk = " -Wno-error"
29 29
30CFLAGS += "-fcommon"
31
32API = "--disable-obsolete-api" 30API = "--disable-obsolete-api"
33EXTRA_OECONF += "${API}" 31EXTRA_OECONF += "${API}"
34 32