From: jow 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://207.154.207.93/?a=commitdiff_plain;h=9dbd6d6195b71cee8159898a865393bb5c1bbb97;p=packages.git [packages] net-tools: ensure that the cross-ar gets used, fixes linker issues on certain systems git-svn-id: svn://svn.openwrt.org/openwrt/packages@32009 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/net-tools/Makefile b/net/net-tools/Makefile index e7fb1b1c7..0efc6f25f 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