projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f5eb7
)
Fix wrong compile-time dependency for ulogd, closes #501
author
Florian Fainelli
<florian@openwrt.org>
Fri, 21 Apr 2006 10:37:27 +0000
(10:37 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Fri, 21 Apr 2006 10:37:27 +0000
(10:37 +0000)
SVN-Revision: 3697
openwrt/package/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/Makefile
b/openwrt/package/Makefile
index 27aa179f3f4ae9ff36cd7a93f5539ca5fc251451..41f8cec90cd4c93a8b8150635132ebe6b48ecfb0 100644
(file)
--- a/
openwrt/package/Makefile
+++ b/
openwrt/package/Makefile
@@
-231,7
+231,7
@@
ifneq ($(BR2_PACKAGE_ULOGD_MYSQL),)
ulogd-compile: mysql-compile
endif
ifneq ($(BR2_PACKAGE_ULOGD_PCAP),)
-ulogd-compile:pcap-compile
+ulogd-compile:
lib
pcap-compile
endif
ifneq ($(BR2_PACKAGE_ULOGD_PGSQL),)
ulogd-compile: postgresql-compile