From: Nicolas Thill Date: Thu, 14 Oct 2010 12:41:29 +0000 (+0000) Subject: packages/zabbix: use common CONFIGURE_ARGS var, cleanup X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f9be2a58b763794a4cb90960440be7040a8772b6;p=openwrt%2Fsvn-archive%2Farchive.git packages/zabbix: use common CONFIGURE_ARGS var, cleanup SVN-Revision: 23438 --- diff --git a/admin/zabbix/Makefile b/admin/zabbix/Makefile index 378922ba7c..7fd99a5d2f 100644 --- a/admin/zabbix/Makefile +++ b/admin/zabbix/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,10 +10,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zabbix PKG_VERSION:=1.6 PKG_RELEASE:=2 -PKG_MD5SUM:=39d4c871439b1b4f0429964b4abbfc45 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/zabbix +PKG_MD5SUM:=39d4c871439b1b4f0429964b4abbfc45 PKG_BUILD_DEPENDS:=libsqlite3 PKG_INSTALL:=1 @@ -50,24 +50,18 @@ ifneq ($(SDK),) CONFIG_PACKAGE_zabbix-server:=m endif -PKG_CONFIGURE_OPTIONS:= \ +CONFIGURE_ARGS+= \ --bindir="/usr/sbin" \ --enable-agent ifneq ($(CONFIG_PACKAGE_zabbix-server),) -PKG_CONFIGURE_OPTIONS+= \ + CONFIGURE_ARGS+= \ --enable-server \ --with-sqlite3="$(STAGING_DIR)/usr" endif MAKE_FLAGS += ARCH="linux" -define Build/Configure - $(call Build/Configure/Default, \ - $(PKG_CONFIGURE_OPTIONS) \ - ) -endef - define Package/zabbix-agent/conffiles /etc/zabbix/zabbix_agentd.conf endef