net-firewall/nufw: Set CFLAGS+=-fcommon
authorJeroen Roovers <jer@gentoo.org>
Sun, 2 Feb 2020 11:22:09 +0000 (12:22 +0100)
committerJeroen Roovers <jer@gentoo.org>
Sun, 2 Feb 2020 11:22:32 +0000 (12:22 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=707818
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-firewall/nufw/nufw-2.2.22-r3.ebuild

index ec1f263bec861da8770ef67163aa3b24147159cd..c7c3a8db46672ed39120d5d0242818434761dbd0 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 SSL_CERT_MANDATORY=1
-inherit autotools eutils multilib pam ssl-cert
+inherit autotools eutils flag-o-matic multilib pam ssl-cert
 
 DESCRIPTION="An enterprise grade authenticating firewall based on netfilter"
 HOMEPAGE="http://www.nufw.org/"
@@ -54,6 +54,7 @@ src_prepare() {
 }
 
 src_configure() {
+       append-cflags -fcommon
        econf \
                $(use_enable debug) \
                $(use_enable pam_nuauth pam-nufw) \