[packages] net-tools: ensure that the cross-ar gets used, fixes linker issues on...
authorJo-Philipp Wich <[email protected]>
Wed, 30 May 2012 19:21:58 +0000 (19:21 +0000)
committerJo-Philipp Wich <[email protected]>
Wed, 30 May 2012 19:21:58 +0000 (19:21 +0000)
SVN-Revision: 32009

net/net-tools/Makefile

index e7fb1b1c7492cbcb3ed1b1b044b2a2a89b4bb6a0..0efc6f25f92eb8c72f3ed4021fd757c193b292bb 100644 (file)
@@ -222,6 +222,7 @@ endef
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
        CC="$(TARGET_CC)" \
+       AR="$(TARGET_CROSS)ar" \
        COPTS="$(TARGET_CFLAGS)" 
 endef