diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2020-05-06 09:24:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-12 15:20:42 +0100 |
commit | 4f1c3907d1a4f13205b8977ac417ef48287d658f (patch) | |
tree | 1d8abda2f722a0bf1bbda2d7cbf3231a24c4b882 /meta/recipes-extended | |
parent | b4e1ce1b93b08c77047508f27915073db6315a8e (diff) | |
download | poky-4f1c3907d1a4f13205b8977ac417ef48287d658f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb b/meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb index 6100d157e5..10a324c3b6 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 | |||
19 | 19 | ||
20 | EXTRA_OECONF = "--disable-gssapi" | 20 | EXTRA_OECONF = "--disable-gssapi" |
21 | 21 | ||
22 | CFLAGS += "-fcommon" | ||
23 | |||
24 | do_install_append() { | 22 | do_install_append() { |
25 | chown root:root ${D}${sysconfdir}/netconfig | 23 | chown root:root ${D}${sysconfdir}/netconfig |
26 | } | 24 | } |