diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-06-14 12:08:56 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-06-14 12:09:40 +0200 |
commit | 492d6119594d1774685fcd4f40fb5d754c3d77c4 (patch) | |
tree | ad53dae3921ea45063ba9a4f59b70f9c16b7344b /net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild | |
parent | net-misc/axel: 2.17.9 version bump. (diff) | |
download | gentoo-492d6119594d1774685fcd4f40fb5d754c3d77c4.tar.gz gentoo-492d6119594d1774685fcd4f40fb5d754c3d77c4.tar.bz2 gentoo-492d6119594d1774685fcd4f40fb5d754c3d77c4.zip |
net-firewall/pglinux: Fix building with CFLAGS=-fno-common
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Closes: https://bugs.gentoo.org/show_bug.cgi?id=707944
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild')
-rw-r--r-- | net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild b/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild index 8f0826099c32..eafaafe2ee81 100644 --- a/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild +++ b/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -58,6 +58,9 @@ CONFIG_CHECK="~NETFILTER_NETLINK ~IP_NF_IPTABLES ~IP_NF_TARGET_REJECT" +PATCHES=( + "${FILESDIR}"/${P}-fno-common.patch +) S="${WORKDIR}/${MY_PN}-code-${COMMIT}" src_prepare() { |