[package] also pass ARCH to the user-space applications to compile properly
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14391 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fae8f32479
commit
2f2ce334ce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user