From e0a6f80979000f6f8877c4d2752c39a12b8ee0ad Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Fri, 26 Feb 2010 10:55:00 +0000 Subject: [PATCH] [packages] zabbix: Fix build. zabbix build expects $ARCH to be the target OS not the target architecture. SVN-Revision: 19869 --- admin/zabbix/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index 43dc9bc005..41f23a8713 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) \ -- 2.30.2