From 5af74548e741eab8fcf156f56850a5639043abac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 24 Feb 2018 14:05:29 +0100 Subject: building all but syslinux, gcc and glibc --- i486-stage2/iptables/DESCR | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 i486-stage2/iptables/DESCR (limited to 'i486-stage2/iptables') diff --git a/i486-stage2/iptables/DESCR b/i486-stage2/iptables/DESCR new file mode 100644 index 0000000..bc12c3e --- /dev/null +++ b/i486-stage2/iptables/DESCR @@ -0,0 +1,13 @@ +# disable Berkley Packet Filtering +sed -i 's@--enable-bpf-compiler@--disable-bpf-compiler@g' PKGBUILD + +# disable nftable support, draws in more libraries, we need the xtables +# depevelopment mainly now for iproute2 +sed -i "/depends=/s/libnftnl//" PKGBUILD +sed -i 's@./configure@./configure --disable-nftables@' PKGBUILD + +# disable libpcap (tcpdump, draws in too many dependencies) +sed -i "/depends=/s/libpcap//" PKGBUILD + +# disable connection tracking +sed -i 's@./configure@./configure --disable-connlabel@' PKGBUILD -- cgit v1.2.3-54-g00ecf