projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e2da8e
)
fix wrong snort build dependencies
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 15:47:23 +0000
(15:47 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 15:47:23 +0000
(15:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2353
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
1165f75
..
bf4e425
100644
(file)
--- 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)
This page took
0.025319 seconds
and
4
git commands to generate.