summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-07-10 00:06:07 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-07-10 00:06:33 +0200
commit1cfe4af2f0be5eca2571d0e661cdfedd3230dee6 (patch)
treefbcd2cf4af99f3d2262ea380d12c154a58f62bc8 /net-firewall/iptables
parentdev-libs/glib: mark s390 stable (diff)
downloadgentoo-1cfe4af2f0be5eca2571d0e661cdfedd3230dee6.tar.gz
gentoo-1cfe4af2f0be5eca2571d0e661cdfedd3230dee6.tar.bz2
gentoo-1cfe4af2f0be5eca2571d0e661cdfedd3230dee6.zip
net-firewall/iptables: avoid autoreconf
Bug: https://bugs.gentoo.org/660790 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'net-firewall/iptables')
-rw-r--r--net-firewall/iptables/iptables-1.8.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-firewall/iptables/iptables-1.8.0.ebuild b/net-firewall/iptables/iptables-1.8.0.ebuild
index d4cee0085fc1..e8e9447e3dd0 100644
--- a/net-firewall/iptables/iptables-1.8.0.ebuild
+++ b/net-firewall/iptables/iptables-1.8.0.ebuild
@@ -41,15 +41,15 @@ RDEPEND="${COMMON_DEPEND}
nftables? ( net-misc/ethertypes )
"
-PATCHES=( "${FILESDIR}"/iptables-1.8.0-fix-building-without-nft-backend.patch )
-
src_prepare() {
+ eapply "${FILESDIR}"/iptables-1.8.0-fix-building-without-nft-backend.patch
+ touch -r configure extensions/GNUmakefile.in || die
+
# use the saner headers from the kernel
rm -f include/linux/{kernel,types}.h
- default
-
- eautoreconf
+ # Only run autotools if user patched something
+ eapply_user && eautoreconf || elibtoolize
}
src_configure() {