From: Richard Leitner Date: Wed, 6 May 2020 07:24:30 +0000 (+0200) Subject: libtirpc: remove extra "-fcommon" from CFLAGS X-Git-Tag: 2020-04.2-dunfell~135 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4745fcf05736c3e26601769c4fdcd1a5ec25efb3;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 (cherry picked from commit 9e4546701775fe98532f011f5ad146cfb1b33715) Signed-off-by: Steve Sakoman --- 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 }