summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-03-24 14:53:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-03-24 14:53:16 +0100
commit7acc0c20571489c1933b0eacbf9a6a288c1deb3e (patch)
tree057d7b04ef1ff70f174316d58705096eaffe8017 /rules/iptables.make
parentce28549b6e0a402da6ffd7515fd4a8a793c407b0 (diff)
downloadptxdist-7acc0c20571489c1933b0eacbf9a6a288c1deb3e.tar.gz
ptxdist-7acc0c20571489c1933b0eacbf9a6a288c1deb3e.tar.xz
iptables: workaround for broken configure script
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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
# ----------------------------------------------------------------------------