projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b40587
)
fix lighttpd dependencies
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Aug 2006 21:57:35 +0000
(21:57 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 23 Aug 2006 21:57:35 +0000
(21:57 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4643
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/lighttpd/Makefile
patch
|
blob
|
history
diff --git
a/net/lighttpd/Makefile
b/net/lighttpd/Makefile
index
1c74d78
..
e352fbe
100644
(file)
--- a/
net/lighttpd/Makefile
+++ b/
net/lighttpd/Makefile
@@
-26,7
+26,7
@@
define Package/lighttpd
MENU:=1
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libopenssl +libpcre +libpthread
+ DEPENDS:=+libopenssl +libpcre +libpthread
+libsqlite3 +libxml2
TITLE:=A flexible and lightweight web server
URL:=http://www.lighttpd.net/
endef