From bb40731031d06e33ae01b36a469f2c7df99a129e Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 3 Feb 2009 14:39:17 +0000 Subject: [PATCH] also pass ARCH to the user-space applications to compile properly --- 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 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 -- 2.11.0