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:
parent
a67cdedecf
commit
7cdb88af9a
@ -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" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user