projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db692d
)
also pass ARCH to the user-space applications to compile properly
author
florian
<florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Feb 2009 14:39:17 +0000
(14:39 +0000)
committer
Jiri Slachta
<slachta@cesnet.cz>
Sat, 8 Mar 2014 11:08:04 +0000
(12:08 +0100)
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
3846223
..
2e50243
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