mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 15:02:32 +00:00
fix wrong snort build dependencies
SVN-Revision: 2353
This commit is contained in:
parent
2cff1fb8c9
commit
a4969bfceb
@ -416,10 +416,10 @@ rrs-compile: openssl-compile
|
||||
endif
|
||||
|
||||
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
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y)
|
||||
ifeq ($(BR2_PACKAGE_SNORT_WITH_PGSQL),y)
|
||||
snort-compile: postgresql-compile
|
||||
endif
|
||||
ifeq ($(BR2_PACKAGE_SNORT_ENABLE_INLINE),y)
|
||||
|
Loading…
Reference in New Issue
Block a user