]> code.ossystems Code Review - openembedded-core.git/commitdiff
libtirpc: remove extra "-fcommon" from CFLAGS
authorRichard Leitner <richard.leitner@skidata.com>
Wed, 6 May 2020 07:24:30 +0000 (09:24 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 17 Jun 2020 03:06:39 +0000 (17:06 -1000)
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 <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>
meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb

index 6100d157e5c98da69c1bab3496c9ac387108f964..10a324c3b6a485364325e319777906c575d00661 100644 (file)
@@ -19,8 +19,6 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF = "--disable-gssapi"
 
-CFLAGS += "-fcommon"
-
 do_install_append() {
        chown root:root ${D}${sysconfdir}/netconfig
 }