summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make6
1 files changed, 4 insertions, 2 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index e03c84fc4..de5f76c0a 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -42,11 +42,13 @@ IPTABLES_CONF_OPT := \
$(GLOBAL_LARGE_FILE_OPTION) \
--enable-devel \
--$(call ptx/endis, PTXCONF_IPTABLES_LIBIPQ)-libipq \
- --disable-bpf-compiler \
- --disable-nfsynproxy \
--with-kernel=$(KERNEL_HEADERS_DIR) \
--with-xtlibdir=/usr/lib
+## broken configure.ac, so setting these would _enable_ the options:
+# --disable-bpf-compiler
+# --disable-nfsynproxy
+
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------