projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56b749
)
Fix wrong compile dependency, closes #501
author
Florian Fainelli
<florian@openwrt.org>
Fri, 21 Apr 2006 10:26:05 +0000
(10:26 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 21 Apr 2006 10:26:05 +0000
(10:26 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3696
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/package/depend.mk
patch
|
blob
|
history
diff --git
a/openwrt/package/depend.mk
b/openwrt/package/depend.mk
index
f2d2041
..
5b1d9d7
100644
(file)
--- a/
openwrt/package/depend.mk
+++ b/
openwrt/package/depend.mk
@@
-274,7
+274,7
@@
ifneq ($(BR2_PACKAGE_ULOGD_MOD_MYSQL),)
ulogd-compile: mysql-compile
endif
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PCAP),)
-ulogd-compile: pcap-compile
+ulogd-compile:
lib
pcap-compile
endif
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
ulogd-compile: postgresql-compile