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:
f82d769
)
[package] also pass ARCH to the user-space applications to compile properly
author
Florian Fainelli
<florian@openwrt.org>
Tue, 3 Feb 2009 14:39:17 +0000
(14:39 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 3 Feb 2009 14:39:17 +0000
(14:39 +0000)
SVN-Revision: 14391
libs/zaptel-1.4.x/Makefile
patch
|
blob
|
history
diff --git
a/libs/zaptel-1.4.x/Makefile
b/libs/zaptel-1.4.x/Makefile
index 3846223712c18b7fc3ca914d482b1af1aec738a8..2e502431f09c8da87e46b8bcbed6a54367cd1177 100644
(file)
--- a/
libs/zaptel-1.4.x/Makefile
+++ b/
libs/zaptel-1.4.x/Makefile
@@
-74,6
+74,7
@@
endef
define Build/Compile/user
$(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH="$(LINUX_KARCH)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
install-libs install-include zttest
endef