mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
net-firewall/iptables: avoid autoreconf
Bug: https://bugs.gentoo.org/660790 Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user