commit: bd1c929722d4ca3cfe5b7b7dadc22b33c1aaee65 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Feb 2 11:22:09 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Feb 2 11:22:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd1c9297
net-firewall/nufw: Set CFLAGS+=-fcommon 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 <AT> gentoo.org> net-firewall/nufw/nufw-2.2.22-r3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-firewall/nufw/nufw-2.2.22-r3.ebuild b/net-firewall/nufw/nufw-2.2.22-r3.ebuild index ec1f263bec8..c7c3a8db466 100644 --- a/net-firewall/nufw/nufw-2.2.22-r3.ebuild +++ b/net-firewall/nufw/nufw-2.2.22-r3.ebuild @@ -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) \
