summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-13 22:55:41 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-13 22:55:41 +0100
commitcf6e4685b309e8db141f119a7466a7e0a9cda2ce (patch)
tree52b708d687daea795d723b510657e9b4bb6fea5f
parente51bfb7170997af21ed7e54cdd51894037a6d9cf (diff)
downloadembtoolkit-cf6e4685b309e8db141f119a7466a7e0a9cda2ce.tar.gz
embtoolkit-cf6e4685b309e8db141f119a7466a7e0a9cda2ce.tar.bz2
embtoolkit-cf6e4685b309e8db141f119a7466a7e0a9cda2ce.tar.xz
Packages: iptables: use target ar instead host development machine
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-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