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)
committerJiri Slachta <slachta@cesnet.cz>
Sat, 8 Mar 2014 11:08:04 +0000 (12:08 +0100)
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