From: Nicolas Thill Date: Sun, 6 Nov 2005 15:47:23 +0000 (+0000) Subject: fix wrong snort build dependencies X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=87bc8a0b5ae90f535513b393b5b35d55938e3d30;p=openwrt%2Fsvn-archive%2Farchive.git fix wrong snort build dependencies SVN-Revision: 2353 --- 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)