From 3656dfe79ff7010a7b761c433ec6ce1b15f7a5a0 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 23 Aug 2006 21:57:35 +0000 Subject: [PATCH] fix lighttpd dependencies git-svn-id: svn://svn.openwrt.org/openwrt/packages@4643 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 1c74d78fb..e352fbeee 100644 --- 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