From 7cdb88af9a5cdd8cbfa3035c86adfe0e945e0564 Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 19 Nov 2006 22:25:50 +0000 Subject: [PATCH] fix snort-wireless & snort-wireless-pgsql build git-svn-id: svn://svn.openwrt.org/openwrt/packages@5587 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/snort-wireless/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/snort-wireless/Makefile b/net/snort-wireless/Makefile index 8e2ea629e..cf8bcf4d0 100644 --- a/net/snort-wireless/Makefile +++ b/net/snort-wireless/Makefile @@ -118,7 +118,7 @@ ifneq ($(CONFIG_PACKAGE_snort-wireless),) --without-mysql \ --without-postgresql \ )) - $(eval $(call Install/Template,snort,basic)) + $(eval $(call Install/Template,snort-wireless,basic)) endif ifneq ($(CONFIG_PACKAGE_snort-wireless-mysql),) $(eval $(call Compile/Template,mysql, \ @@ -127,7 +127,7 @@ ifneq ($(CONFIG_PACKAGE_snort-wireless-mysql),) )) $(eval $(call Install/Template,snort-wireless-mysql,mysql)) endif -ifneq ($(CONFIG_PACKAGE_snort-pgsql),) +ifneq ($(CONFIG_PACKAGE_snort-wireless-pgsql),) $(eval $(call Compile/Template,pgsql, \ --without-mysql \ --with-postgresql="$(STAGING_DIR)/usr" \ -- 2.11.0