From c5d42343130a4c86803125875ca325a7bc0c8cff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 Aug 2006 21:57:35 +0000 Subject: [PATCH] fix lighttpd dependencies SVN-Revision: 4643 --- net/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/lighttpd/Makefile b/net/lighttpd/Makefile index 1c74d78fbd..e352fbeee9 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 -- 2.30.2