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.

(From OE-Core rev: 9e4546701775fe98532f011f5ad146cfb1b33715)

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Leitner
2020-05-06 09:24:30 +02:00
committed by Richard Purdie
parent b4e1ce1b93
commit 4f1c3907d1

View File

@@ -19,8 +19,6 @@ inherit autotools pkgconfig
EXTRA_OECONF = "--disable-gssapi"
CFLAGS += "-fcommon"
do_install_append() {
chown root:root ${D}${sysconfdir}/netconfig
}