summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-02-25 16:43:41 +0100
committerConrad Kostecki <conikost@gentoo.org>2024-03-16 13:13:24 +0100
commit1faf16f1d4692af480bbf82d7a6e462dc5179546 (patch)
tree89588aef142fa14f7b3d9e2143aafc2ef8473195 /net-firewall
parentmedia-gfx/darktable: remove unused patches (diff)
downloadgentoo-1faf16f1d4692af480bbf82d7a6e462dc5179546.tar.gz
gentoo-1faf16f1d4692af480bbf82d7a6e462dc5179546.tar.bz2
gentoo-1faf16f1d4692af480bbf82d7a6e462dc5179546.zip
net-firewall/iptables: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/iptables/files/iptables-1.8.2-link.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-firewall/iptables/files/iptables-1.8.2-link.patch b/net-firewall/iptables/files/iptables-1.8.2-link.patch
deleted file mode 100644
index c20f2e54b804..000000000000
--- a/net-firewall/iptables/files/iptables-1.8.2-link.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From ee4fc7c558d9eb9c37035250046d4eac9af3fa28 Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping <sebastian@pipping.org>
-Date: Thu, 27 Dec 2018 23:47:33 +0100
-Subject: [PATCH] Fix link errors for USE="conntrack static-libs" (bug #586106)
-
----
- iptables/Makefile.am | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/iptables/Makefile.am b/iptables/Makefile.am
-index 581dc32..2c3db86 100644
---- a/iptables/Makefile.am
-+++ b/iptables/Makefile.am
-@@ -26,6 +26,7 @@ xtables_legacy_multi_LDADD += ../libiptc/libip6tc.la ../extensions/libext6.a
- endif
- xtables_legacy_multi_SOURCES += xshared.c
- xtables_legacy_multi_LDADD += ../libxtables/libxtables.la -lm
-+xtables_legacy_multi_LDADD += ${libnetfilter_conntrack_LIBS}
-
- # iptables using nf_tables api
- if ENABLE_NFTABLES
---
-2.19.1
-