projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d7744d
)
fix wrong ulogd plugins build dependencies
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 15:44:52 +0000
(15:44 +0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Nov 2005 15:44:52 +0000
(15:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2352
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index
6ca65cc
..
1165f75
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-427,10
+427,10
@@
snort-compile: iptables-compile
endif
ulogd-compile: iptables-compile
-ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
+ifneq ($(BR2_PACKAGE_ULOGD_M
OD_M
YSQL),)
ulogd-compile: mysql-compile
endif
-ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
+ifneq ($(BR2_PACKAGE_ULOGD_
MOD_
PGSQL),)
ulogd-compile: postgresql-compile
endif
This page took
0.02898 seconds
and
4
git commands to generate.