mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-22 01:44:35 +04:00
also pass ARCH to the user-space applications to compile properly
This commit is contained in:
@@ -74,6 +74,7 @@ endef
|
|||||||
|
|
||||||
define Build/Compile/user
|
define Build/Compile/user
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
|
ARCH="$(LINUX_KARCH)" \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
install-libs install-include zttest
|
install-libs install-include zttest
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user