From 2f2ce334ceb71646c8381174706d348f5d28aa42 Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 3 Feb 2009 14:39:17 +0000 Subject: [PATCH] [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 --- libs/zaptel-1.4.x/Makefile | 1 + 1 file changed, 1 insertion(+) 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