From: Jo-Philipp Wich Date: Wed, 30 May 2012 19:21:58 +0000 (+0000) Subject: [packages] net-tools: ensure that the cross-ar gets used, fixes linker issues on... X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=36725bbba74004fd31bca6f154c412e0845708e1;p=openwrt%2Fsvn-archive%2Farchive.git [packages] net-tools: ensure that the cross-ar gets used, fixes linker issues on certain systems SVN-Revision: 32009 --- diff --git a/net/net-tools/Makefile b/net/net-tools/Makefile index e7fb1b1c74..0efc6f25f9 100644 --- a/net/net-tools/Makefile +++ b/net/net-tools/Makefile @@ -222,6 +222,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \ + AR="$(TARGET_CROSS)ar" \ COPTS="$(TARGET_CFLAGS)" endef