summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd
diff options
context:
space:
mode:
authorJames Meyer <jams@linhes.org>2010-12-15 17:27:41 (GMT)
committerJames Meyer <jams@linhes.org>2010-12-15 17:27:41 (GMT)
commit25897de5aa7007b4824c684dd9b48b62dcc6972e (patch)
tree0d160bb1dec4075bb345aaacdb5a599066179141 /abs/core/lighttpd
parent4da2eb96f5540b6658d7113eba443a423f924f1f (diff)
downloadlinhes_pkgbuild-25897de5aa7007b4824c684dd9b48b62dcc6972e.zip
linhes_pkgbuild-25897de5aa7007b4824c684dd9b48b62dcc6972e.tar.gz
linhes_pkgbuild-25897de5aa7007b4824c684dd9b48b62dcc6972e.tar.bz2
lighttpd: add php-cgi as a dep, this is needed for mythweb to work
Diffstat (limited to 'abs/core/lighttpd')
-rw-r--r--abs/core/lighttpd/PKGBUILD4
-rw-r--r--abs/core/lighttpd/__changelog2
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD
index 599ad05..ba553a2 100644
--- a/abs/core/lighttpd/PKGBUILD
+++ b/abs/core/lighttpd/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=lighttpd
pkgver=1.4.28
-pkgrel=2
+pkgrel=3
pkgdesc='A secure, fast, compliant and very flexible web-server'
license=('custom')
arch=('i686' 'x86_64')
url="http://www.lighttpd.net/"
-depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua')
+depends=('pcre' 'openssl' 'zlib' 'bzip2' 'attr' 'libldap' 'lua' 'php-cgi')
makedepends=('fcgi' 'libmysqlclient' 'lua' 'libxml2' 'e2fsprogs' 'sqlite3' 'gdbm' 'pkgconfig')
optdepends=('libxml2: mod_webdav' \
'e2fsprogs: mod_webdav' \
diff --git a/abs/core/lighttpd/__changelog b/abs/core/lighttpd/__changelog
index 71151d9..4658cd1 100644
--- a/abs/core/lighttpd/__changelog
+++ b/abs/core/lighttpd/__changelog
@@ -14,3 +14,5 @@ bummped to version 13 to test redmine #690
Added etc/lighttpd/conf.include and etc/lighttpd/html.include to backup array
upgrade to 1.4.28
+
+php-cgi is a depends.