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: 4745fcf05736c3e26601769c4fdcd1a5ec25efb3)

Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9e4546701775fe98532f011f5ad146cfb1b33715)
Signed-off-by: Steve Sakoman <steve@sakoman.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 00ea8cc16f
commit 4a283230f5

View File

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