summaryrefslogtreecommitdiff
path: root/openwrt/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-06 15:47:23 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-06 15:47:23 +0000
commita4969bfceb2c83cd64f9c699adb5fcdfb747117d (patch)
tree428e73e15e9ba9ba61afa8edff46a6687ad43f86 /openwrt/package/Makefile
parent2cff1fb8c9d5a876bbce70dd01564ff4e8bcccfb (diff)
downloadmtk-20170518-a4969bfceb2c83cd64f9c699adb5fcdfb747117d.zip
mtk-20170518-a4969bfceb2c83cd64f9c699adb5fcdfb747117d.tar.gz
mtk-20170518-a4969bfceb2c83cd64f9c699adb5fcdfb747117d.tar.bz2
fix wrong snort build dependencies
SVN-Revision: 2353
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r--openwrt/package/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 1165f75..bf4e425 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)