[package] also pass ARCH to the user-space applications to compile properly
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Feb 2009 14:39:17 +0000 (14:39 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 3 Feb 2009 14:39:17 +0000 (14:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@14391 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/zaptel-1.4.x/Makefile

index 3846223..2e50243 100644 (file)
@@ -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