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