From: Nicolas Thill Date: Tue, 13 Feb 2007 13:36:13 +0000 (+0000) Subject: fix zabbix build with the SDK X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=c46cb45c226ca01f7351a2c431ddfd06f1c87de3;hp=473be0a10cfa2c41756327c767ccda8a2b9968d5 fix zabbix build with the SDK SVN-Revision: 6296 --- diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index d77e12ed5a..e0bdda0027 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -51,6 +51,11 @@ define Package/zabbix-server DEPENDS:=+libsqlite3 endef + +ifneq ($(SDK),) +CONFIG_PACKAGE_zabbix-server:=m +endif + PKG_CONFIGURE_OPTIONS:= \ --bindir="/usr/sbin" \ --enable-agent