projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cff1fb
)
fix wrong snort build dependencies
author
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Nov 2005 15:47:23 +0000
(15:47 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 6 Nov 2005 15:47:23 +0000
(15:47 +0000)
SVN-Revision: 2353
openwrt/package/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/Makefile
b/openwrt/package/Makefile
index 1165f757610298119059bfea3ccecd5c9037ca27..bf4e425b5972243decffd38acb6204d5fbcbc50c 100644
(file)
--- 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)