From cb3c4276a0d92e542c2a222eb5c02f5f75e57ea0 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 8 May 2006 16:52:37 +0000 Subject: update ulogd to v1.24, add a -mod-sqlite output plugin. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3741 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/ulogd/Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'openwrt/package/ulogd/Makefile') diff --git a/openwrt/package/ulogd/Makefile b/openwrt/package/ulogd/Makefile index 6b85aaa5ed..85b7b08cef 100644 --- a/openwrt/package/ulogd/Makefile +++ b/openwrt/package/ulogd/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ulogd -PKG_VERSION:=1.23 -PKG_RELEASE:=2.1 -PKG_MD5SUM:=fa3dfcaacf31855626d5b731b04a077f +PKG_VERSION:=1.24 +PKG_RELEASE:=1 +PKG_MD5SUM:=05b4ed2926b9a22aaeaf642917bbf8ff PKG_SOURCE_URL:=ftp://ftp.netfilter.org/pub/ulogd/ \ ftp://ftp.be.netfilter.org/pub/netfilter/ulogd/ \ @@ -31,6 +31,10 @@ ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),) ULOGD_PGSQL_OPTION:=--with-pgsql=$(STAGING_DIR)/usr endif +ifneq ($(BR2_PACKAGE_ULOGD_MOD_SQLITE),) +ULOGD_SQLITE_OPTION:=--with-sqlite3=$(STAGING_DIR)/usr +endif + define IPKG_plugin_template $$(IPKG_$(1)): @@ -49,11 +53,13 @@ $(eval $(call PKG_template,ULOGD,ulogd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,ULOGD_MOD_MYSQL,ulogd-mod-mysql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,ULOGD_MOD_PCAP,ulogd-mod-pcap,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,ULOGD_MOD_PGSQL,ulogd-mod-pgsql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(eval $(call PKG_template,ULOGD_MOD_SQLITE,ulogd-mod-sqlite,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call PKG_template,ULOGD_MOD_EXTRA,ulogd-mod-extra,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(eval $(call IPKG_plugin_template,ULOGD_MOD_MYSQL,MYSQL)) $(eval $(call IPKG_plugin_template,ULOGD_MOD_PCAP,PCAP)) $(eval $(call IPKG_plugin_template,ULOGD_MOD_PGSQL,PGSQL)) +$(eval $(call IPKG_plugin_template,ULOGD_MOD_SQLITE,SQLITE3)) $(eval $(call IPKG_plugin_template,ULOGD_MOD_EXTRA,LOCAL LOGEMU OPRINT PWSNIFF SYSLOG)) $(PKG_BUILD_DIR)/.configured: @@ -87,6 +93,7 @@ $(PKG_BUILD_DIR)/.configured: --disable-static \ $(ULOGD_MYSQL_OPTION) \ $(ULOGD_PGSQL_OPTION) \ + $(ULOGD_SQLITE_OPTION) \ ); touch $@ -- cgit v1.2.3