mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
quagga: Use -fcommon to compile
clang11 and gcc10 have switched to using -fno-common by default this hoowever still needs to use -fcommon until fixed Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -42,6 +42,8 @@ PACKAGECONFIG[pam] = "--with-libpam, --without-libpam, libpam"
|
||||
|
||||
inherit autotools update-rc.d useradd systemd pkgconfig multilib_header
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
SYSTEMD_PACKAGES = "${PN} ${PN}-bgpd ${PN}-isisd ${PN}-ospf6d ${PN}-ospfd ${PN}-ripd ${PN}-ripngd"
|
||||
SYSTEMD_SERVICE_${PN}-bgpd = "bgpd.service"
|
||||
SYSTEMD_SERVICE_${PN}-isisd = "isisd.service"
|
||||
|
||||
Reference in New Issue
Block a user