projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7570d2c
)
[packages] net-tools: ensure that the cross-ar gets used, fixes linker issues on...
author
Jo-Philipp Wich
<
[email protected]
>
Wed, 30 May 2012 19:21:58 +0000
(19:21 +0000)
committer
Jo-Philipp Wich
<
[email protected]
>
Wed, 30 May 2012 19:21:58 +0000
(19:21 +0000)
SVN-Revision: 32009
net/net-tools/Makefile
patch
|
blob
|
history
diff --git
a/net/net-tools/Makefile
b/net/net-tools/Makefile
index e7fb1b1c7492cbcb3ed1b1b044b2a2a89b4bb6a0..0efc6f25f92eb8c72f3ed4021fd757c193b292bb 100644
(file)
--- 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