From c46cb45c226ca01f7351a2c431ddfd06f1c87de3 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 13 Feb 2007 13:36:13 +0000 Subject: [PATCH] fix zabbix build with the SDK SVN-Revision: 6296 --- admin/zabbix/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2