From: Florian Fainelli Date: Tue, 3 Feb 2009 14:39:17 +0000 (+0000) Subject: [package] also pass ARCH to the user-space applications to compile properly X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=fd35faabeb50b80e8fe29244d8f9889475bbee6a [package] also pass ARCH to the user-space applications to compile properly SVN-Revision: 14391 --- diff --git a/libs/zaptel-1.4.x/Makefile b/libs/zaptel-1.4.x/Makefile index 3846223712..2e502431f0 100644 --- 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