mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
committed by
Richard Purdie
parent
b4e1ce1b93
commit
4f1c3907d1
@@ -19,8 +19,6 @@ inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-gssapi"
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
do_install_append() {
|
||||
chown root:root ${D}${sysconfdir}/netconfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user