diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 11:30:20 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 11:30:20 +0100 |
| commit | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (patch) | |
| tree | b48cc775042b4274dce470527826007de7a7fa84 /package/lighttpd/Makefile | |
| parent | 18b3987c6d890f02c80b976b6cf6835053ef1fe9 (diff) | |
| parent | ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (diff) | |
Merge commit 'origin/confgen'
finally autogenerate menu Config.in files and Depends.mk
for packages. thx mirabilos
Conflicts:
.gitignore
Makefile
mk/build.mk
package/eglibc/Config.in
package/glibc/Config.in
package/uclibc++/Config.in
package/uclibc/Config.in
rules.mk
Diffstat (limited to 'package/lighttpd/Makefile')
| -rw-r--r-- | package/lighttpd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/lighttpd/Makefile b/package/lighttpd/Makefile index b20841a24..3ed986070 100644 --- a/package/lighttpd/Makefile +++ b/package/lighttpd/Makefile @@ -6,10 +6,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:= lighttpd PKG_VERSION:= 1.4.25 PKG_RELEASE:= 1 +PKG_BUILDDEP+= pcre libxml2 sqlite +ifeq (${ADK_COMPILE_LIGHTTPD_WITH_OPENSSL},y) +PKG_BUILDDEP+= openssl +endif PKG_MD5SUM:= 87e936ec272ddaba8a2fdfecd8c6b704 PKG_DESCR:= a flexible and lightweight web server PKG_SECTION:= net -PKG_DEPENDS:= libxml2 libsqlite libpcre +PKG_DEPENDS:= libxml2 libsqlite pcre PKG_URL:= http://www.lighttpd.net PKG_SITES:= http://download.lighttpd.net/lighttpd/releases-1.4.x/ |
