From 9dbd6d6195b71cee8159898a865393bb5c1bbb97 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 30 May 2012 19:21:58 +0000 Subject: [PATCH] [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 --- net/net-tools/Makefile | 1 + 1 file changed, 1 insertion(+) 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