summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-15 14:18:43 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-15 14:18:43 -0400
commit1f367931c8e234cc3ac1f20ec191f80aa3a91c2a (patch)
tree48a8bcbb52f5141b0d53f35e59335fec8df2aa09 /net-firewall/iptables/iptables-1.4.21-r2.ebuild
parentgitignore: add pkg_desc_index (diff)
downloadgentoo-1f367931c8e234cc3ac1f20ec191f80aa3a91c2a.tar.gz
gentoo-1f367931c8e234cc3ac1f20ec191f80aa3a91c2a.tar.bz2
gentoo-1f367931c8e234cc3ac1f20ec191f80aa3a91c2a.zip
net-firewall/iptables: fix configure enable flag parsing #557586
Diffstat (limited to 'net-firewall/iptables/iptables-1.4.21-r2.ebuild')
-rw-r--r--net-firewall/iptables/iptables-1.4.21-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-firewall/iptables/iptables-1.4.21-r2.ebuild b/net-firewall/iptables/iptables-1.4.21-r2.ebuild
index e70cf3346f99..268e0f7de373 100644
--- a/net-firewall/iptables/iptables-1.4.21-r2.ebuild
+++ b/net-firewall/iptables/iptables-1.4.21-r2.ebuild
@@ -34,6 +34,8 @@ src_prepare() {
# use the saner headers from the kernel
rm -f include/linux/{kernel,types}.h
+ epatch "${FILESDIR}"/${P}-configure.patch #557586
+
# Only run autotools if user patched something
epatch_user && eautoreconf || elibtoolize
}