alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (384B)


      1 name=iptables
      2 version=1.8.11
      3 release=1
      4 source="https://www.netfilter.org/projects/${name}/files/${name}-${version}.tar.xz
      5 	configure-Avoid-addition-assignment-operators.patch
      6 	drop-interface-mask-leftovers-from-post-parse-callbacks.patch
      7 	fix-interface-comparissons-in-dash-C-commands.patch
      8 	use-sh-iptables-apply.patch"
      9 build_opt="--disable-nftables"
     10 
     11 prebuild() {
     12 	autoreconf -fi
     13 }