From: Richard Leitner Date: Wed, 6 May 2020 07:24:30 +0000 (+0200) Subject: libtirpc: remove extra "-fcommon" from CFLAGS X-Git-Tag: uninative-2.9~853 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9e4546701775fe98532f011f5ad146cfb1b33715;p=openembedded-core.git libtirpc: remove extra "-fcommon" from CFLAGS commit daed7eedba ("Avoid multiple-definiton with gcc -fno-common") of libtirpc fixed the -fno-common issues. Therefore it should be save to remove the extra "-fcommon" in CFLAGS. Signed-off-by: Richard Leitner Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb b/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb index 6100d157e5..10a324c3b6 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb @@ -19,8 +19,6 @@ inherit autotools pkgconfig EXTRA_OECONF = "--disable-gssapi" -CFLAGS += "-fcommon" - do_install_append() { chown root:root ${D}${sysconfdir}/netconfig }