diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-06 15:47:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-06 15:47:23 +0000 |
commit | 6917bbb93d3831de155b3e31c94c66c6cd4f42b2 (patch) | |
tree | 0b602b3229221a373723ae645a97049ee927645e /package | |
parent | 62cedc848eea18b60092f16f63c8c6f0740570c8 (diff) | |
download | upstream-6917bbb93d3831de155b3e31c94c66c6cd4f42b2.tar.gz upstream-6917bbb93d3831de155b3e31c94c66c6cd4f42b2.tar.bz2 upstream-6917bbb93d3831de155b3e31c94c66c6cd4f42b2.zip |
fix wrong snort build dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/Makefile b/package/Makefile index 1165f75761..bf4e425b59 100644 --- a/package/Makefile +++ b/package/Makefile @@ -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) |