summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2021-05-27 09:56:56 -0700
committerPatrick McLean <chutzpah@gentoo.org>2021-05-27 09:56:56 -0700
commitc21a974a54209bc62e0927c66c2c1b6c6587cb2e (patch)
tree4e0b212a51b5a6cfbf631aee28ad1aac7401e843 /net-firewall
parentnet-misc/openssh: stable 8.6_p1-r1 for hppa, bug #784896 (diff)
downloadgentoo-c21a974a54209bc62e0927c66c2c1b6c6587cb2e.tar.gz
gentoo-c21a974a54209bc62e0927c66c2c1b6c6587cb2e.tar.bz2
gentoo-c21a974a54209bc62e0927c66c2c1b6c6587cb2e.zip
net-firewall/nftables: slibtool patch to 0.9.9 and 9999 (bug #792414)
Closes: https://bugs.gentoo.org/792414 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/nftables/nftables-0.9.9.ebuild4
-rw-r--r--net-firewall/nftables/nftables-9999.ebuild4
2 files changed, 8 insertions, 0 deletions
diff --git a/net-firewall/nftables/nftables-0.9.9.ebuild b/net-firewall/nftables/nftables-0.9.9.ebuild
index 0e1eabdee432..8a0d67aa9831 100644
--- a/net-firewall/nftables/nftables-0.9.9.ebuild
+++ b/net-firewall/nftables/nftables-0.9.9.ebuild
@@ -52,6 +52,10 @@ REQUIRED_USE="
libedit? ( !readline )
"
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.8-slibtool.patch"
+)
+
python_make() {
emake \
-C py \
diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild
index 8a789cccbab8..23f5268432b4 100644
--- a/net-firewall/nftables/nftables-9999.ebuild
+++ b/net-firewall/nftables/nftables-9999.ebuild
@@ -52,6 +52,10 @@ REQUIRED_USE="
libedit? ( !readline )
"
+PATCHES=(
+ "${FILESDIR}/${PN}-0.9.8-slibtool.patch"
+)
+
python_make() {
emake \
-C py \