From 88e58323af91df4d0773942e43ce51d77097b6c0 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sun, 19 Nov 2006 22:25:50 +0000 Subject: [PATCH] fix snort-wireless & snort-wireless-pgsql build SVN-Revision: 5587 --- 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 8e2ea629eb..cf8bcf4d0e 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.30.2