fix snort-wireless & snort-wireless-pgsql build

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5587 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-11-19 22:25:50 +00:00
parent a67cdedecf
commit 7cdb88af9a

View File

@ -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" \