[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:
florian 2009-02-03 14:39:17 +00:00
parent fae8f32479
commit 2f2ce334ce

View File

@ -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