mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-14 07:49:21 +02:00
fix wrong snort build dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2353 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cb5895ae1a
commit
7e66ceed58
@ -416,10 +416,10 @@ rrs-compile: openssl-compile
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
snort-compile: libnet-compile libpcap-compile pcre-compile
|
snort-compile: libnet-compile libpcap-compile pcre-compile
|
||||||
ifeq ($(BR2_PACKAGE_SNORT_MYSQL),y)
|
ifeq ($(BR2_PACKAGE_SNORT_WITH_MYSQL),y)
|
||||||
snort-compile: mysql-compile
|
snort-compile: mysql-compile
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y)
|
ifeq ($(BR2_PACKAGE_SNORT_WITH_PGSQL),y)
|
||||||
snort-compile: postgresql-compile
|
snort-compile: postgresql-compile
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y)
|
ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user