From: florian Date: Tue, 3 Feb 2009 14:39:17 +0000 (+0000) Subject: also pass ARCH to the user-space applications to compile properly X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=bb40731031d06e33ae01b36a469f2c7df99a129e;p=feed%2Ftelephony.git also pass ARCH to the user-space applications to compile properly --- diff --git a/libs/zaptel-1.4.x/Makefile b/libs/zaptel-1.4.x/Makefile index 3846223..2e50243 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