From: florian 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://207.154.207.93/?a=commitdiff_plain;h=2f2ce334ceb71646c8381174706d348f5d28aa42;p=packages.git [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 --- diff --git a/libs/zaptel-1.4.x/Makefile b/libs/zaptel-1.4.x/Makefile index 384622371..2e502431f 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