fix snort-wireless compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
eea695ecc9
commit
25c5078dfa
@ -114,26 +114,38 @@ endef
|
|||||||
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_snort-wireless),)
|
ifneq ($(CONFIG_PACKAGE_snort-wireless),)
|
||||||
$(eval $(call Compile/Template,basic, \
|
define Compile/snort-wireless
|
||||||
|
$(call Compile/Template,basic, \
|
||||||
--without-mysql \
|
--without-mysql \
|
||||||
--without-postgresql \
|
--without-postgresql \
|
||||||
))
|
)
|
||||||
$(eval $(call Install/Template,snort-wireless,basic))
|
$(call Install/Template,snort-wireless,basic)
|
||||||
|
endef
|
||||||
endif
|
endif
|
||||||
|
$(eval $(Compile/snort-wireless))
|
||||||
|
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_snort-wireless-mysql),)
|
ifneq ($(CONFIG_PACKAGE_snort-wireless-mysql),)
|
||||||
$(eval $(call Compile/Template,mysql, \
|
define Compile/snort-wireless-mysql
|
||||||
|
$(call Compile/Template,mysql, \
|
||||||
--with-mysql="$(STAGING_DIR)/usr" \
|
--with-mysql="$(STAGING_DIR)/usr" \
|
||||||
--without-postgresql \
|
--without-postgresql \
|
||||||
))
|
)
|
||||||
$(eval $(call Install/Template,snort-wireless-mysql,mysql))
|
$(call Install/Template,snort-wireless-mysql,mysql)
|
||||||
|
endef
|
||||||
endif
|
endif
|
||||||
|
$(eval $(Compile/snort-wireless-mysql))
|
||||||
|
|
||||||
ifneq ($(CONFIG_PACKAGE_snort-wireless-pgsql),)
|
ifneq ($(CONFIG_PACKAGE_snort-wireless-pgsql),)
|
||||||
$(eval $(call Compile/Template,pgsql, \
|
define Compile/snort-wireless-pgsql
|
||||||
|
$(call Compile/Template,pgsql, \
|
||||||
--without-mysql \
|
--without-mysql \
|
||||||
--with-postgresql="$(STAGING_DIR)/usr" \
|
--with-postgresql="$(STAGING_DIR)/usr" \
|
||||||
))
|
)
|
||||||
$(eval $(call Install/Template,snort-wireless-pgsql,pgsql))
|
$(call Install/Template,snort-wireless-pgsql,pgsql)
|
||||||
|
endef
|
||||||
endif
|
endif
|
||||||
|
$(eval $(Compile/snort-wireless-pgsql))
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user