summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-firewall/iptables/iptables-1.8.2-r2.ebuild')
-rw-r--r--net-firewall/iptables/iptables-1.8.2-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-firewall/iptables/iptables-1.8.2-r2.ebuild b/net-firewall/iptables/iptables-1.8.2-r2.ebuild
index 65bb18d8aad2..6fdac74e6d4b 100644
--- a/net-firewall/iptables/iptables-1.8.2-r2.ebuild
+++ b/net-firewall/iptables/iptables-1.8.2-r2.ebuild
@@ -45,8 +45,9 @@ src_prepare() {
# use the saner headers from the kernel
rm -f include/linux/{kernel,types}.h
- # Only run autotools if user patched something
- eapply_user && eautoreconf || elibtoolize
+ eapply "${FILESDIR}"/${P}-link.patch
+ eapply_user
+ eautoreconf
}
src_configure() {