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