diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-12 03:06:39 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-12 03:06:39 +0800 |
| commit | 905e86e8323a97c4190e231dfa51182b39d31a9f (patch) | |
| tree | 06e9523130d77c5c9abdb687f6faa4663c20e1c6 /repos/extra/iptables/abuild | |
| parent | 074ddb6661dc348f641eefbf33b5d66f432275b6 (diff) | |
| download | alicelinux-905e86e8323a97c4190e231dfa51182b39d31a9f.tar.gz alicelinux-905e86e8323a97c4190e231dfa51182b39d31a9f.zip | |
iptables: new added
Diffstat (limited to 'repos/extra/iptables/abuild')
| -rw-r--r-- | repos/extra/iptables/abuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/repos/extra/iptables/abuild b/repos/extra/iptables/abuild new file mode 100644 index 00000000..7a7dbe6b --- /dev/null +++ b/repos/extra/iptables/abuild @@ -0,0 +1,13 @@ +name=iptables +version=1.8.11 +release=1 +source="https://www.netfilter.org/projects/${name}/files/${name}-${version}.tar.xz + configure-Avoid-addition-assignment-operators.patch + drop-interface-mask-leftovers-from-post-parse-callbacks.patch + fix-interface-comparissons-in-dash-C-commands.patch + use-sh-iptables-apply.patch" +build_opt="--disable-nftables" + +prebuild() { + autoreconf -fi +} |