From: lars Date: Fri, 26 Feb 2010 10:55:00 +0000 (+0000) Subject: [packages] zabbix: Fix build. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6226083b54467b0467e99ad6e3c30b2aada1d1f6;p=packages.git [packages] zabbix: Fix build. zabbix build expects $ARCH to be the target OS not the target architecture. git-svn-id: svn://svn.openwrt.org/openwrt/packages@19869 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index 43dc9bc00..41f23a871 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -60,6 +60,8 @@ PKG_CONFIGURE_OPTIONS+= \ --with-sqlite3="$(STAGING_DIR)/usr" endif +MAKE_FLAGS += ARCH="linux" + define Build/Configure $(call Build/Configure/Default, \ $(PKG_CONFIGURE_OPTIONS) \