From: Richard Leitner Date: Wed, 6 May 2020 07:24:30 +0000 (+0200) Subject: libtirpc: remove extra "-fcommon" from CFLAGS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e4546701775fe98532f011f5ad146cfb1b33715;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 6100d157e5c..10a324c3b6a 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 }