net-misc/openbgpd: append-cflags -fcommon

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-12-23 23:10:21 +13:00
parent 6e02079682
commit 1a13dc1209

View File

@@ -3,7 +3,7 @@
EAPI=7
inherit systemd
inherit flag-o-matic systemd
MY_PV="${PV/_p/p}"
MY_P="${PN}-${MY_PV}"
@@ -38,6 +38,11 @@ src_install() {
systemd_newunit "${FILESDIR}/${PN}.service" bgpd.service
}
src_configure() {
append-cflags -fcommon
default
}
pkg_postinst() {
if [ -z "${REPLACING_VERSIONS}" ]; then
ewarn ""