diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 13:07:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-04 13:07:01 +0100 |
commit | 51587fc1590d05b7e85023d5e90bbd3a1d909223 (patch) | |
tree | f2a5e92f7bc6a27525a67c892ce3098489fb4741 /package/lighttpd | |
parent | 539504330987714b2189f8887c66682171cbecc8 (diff) |
rename pcre package -> libpcre, fix nmap build dependency
Diffstat (limited to 'package/lighttpd')
-rw-r--r-- | package/lighttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index 648d6cfd8..8a3e584c6 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -9,7 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= 87e936ec272ddaba8a2fdfecd8c6b704 PKG_DESCR:= a flexible and lightweight web server PKG_SECTION:= net -PKG_DEPENDS:= libxml2 libsqlite pcre +PKG_DEPENDS:= libxml2 libsqlite libpcre PKG_BUILDDEP+= pcre libxml2 sqlite ifeq (${ADK_COMPILE_LIGHTTPD_WITH_OPENSSL},y) PKG_DEPENDS+= libopenssl |