summaryrefslogtreecommitdiff
path: root/packages/net/iptables/iptables.mk
diff options
context:
space:
mode:
Diffstat (limited to 'packages/net/iptables/iptables.mk')
-rw-r--r--packages/net/iptables/iptables.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/net/iptables/iptables.mk b/packages/net/iptables/iptables.mk
index 4eec24d..b9fa4d7 100644
--- a/packages/net/iptables/iptables.mk
+++ b/packages/net/iptables/iptables.mk
@@ -36,6 +36,8 @@ IPTABLES_INCLUDES := ipt_kernel_headers.h libip6tc.h libiptc.h
IPTABLES_INCLUDES += libxtc.h xtables.h xtcshared.h
IPTABLES_LIBS := libip4tc.so.0 libip4tc.so.0 libxtables.so.7
+IPTABLES_MAKE_OPTS := AR="$(TARGETAR)"
+
ifeq ($(CONFIG_EMBTK_IPTABLES_HAVE_LIBIPQ),y)
IPTABLES_CONFIGURE_OPTS := --enable-libipq
endif