[package] also pass ARCH to the user-space applications to compile properly
authorFlorian Fainelli <florian@openwrt.org>
Tue, 3 Feb 2009 14:39:17 +0000 (14:39 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 3 Feb 2009 14:39:17 +0000 (14:39 +0000)
SVN-Revision: 14391

libs/zaptel-1.4.x/Makefile

index 3846223712c18b7fc3ca914d482b1af1aec738a8..2e502431f09c8da87e46b8bcbed6a54367cd1177 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