summaryrefslogtreecommitdiffstats
path: root/main/lighttpd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@gmail.com>2011-03-07 09:39:43 +0000
committerLeonardo Arena <rnalrd@gmail.com>2011-03-07 09:39:48 +0000
commit1fcca8748e548e67afaf23574337b4b1bb17edba (patch)
treebef8ca040bc111f9490d7139c15f1d4e7b075c7c /main/lighttpd
parentbb2e3cbaabb04d12f3bb80d745fca3b2d101548b (diff)
downloadaports-1fcca8748e548e67afaf23574337b4b1bb17edba.tar.bz2
aports-1fcca8748e548e67afaf23574337b4b1bb17edba.tar.xz
main/lighttpd: add support for ldap
Diffstat (limited to 'main/lighttpd')
-rw-r--r--main/lighttpd/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD
index 584341b1a..e5917ba62 100644
--- a/main/lighttpd/APKBUILD
+++ b/main/lighttpd/APKBUILD
@@ -2,7 +2,7 @@
pkgname=lighttpd
pkgver=1.4.28
_streamver=2.2.0
-pkgrel=5
+pkgrel=6
pkgdesc="a secure, fast, compliant and very flexible web-server"
url="http://www.lighttpd.net/"
arch="all"
@@ -10,7 +10,7 @@ license="custom"
install="$pkgname.pre-install $pkgname.post-install"
depends=
makedepends="flex pcre-dev openssl-dev zlib-dev bzip2-dev lua-dev pkgconfig
- automake autoconf"
+ automake autoconf openldap-dev"
source="http://download.lighttpd.net/lighttpd/releases-1.4.x/$pkgname-$pkgver.tar.bz2
http://h264.code-shop.com/download/lighttpd-1.4.18_mod_h264_streaming-$_streamver.tar.gz
$pkgname.initd
@@ -51,7 +51,6 @@ build() {
--enable-lfs \
--libdir=/usr/lib/lighttpd \
--without-mysql \
- --without-ldap \
--without-attr \
--without-kerberos5 \
--without-fam \
@@ -60,6 +59,7 @@ build() {
--without-gdbm \
--without-memcache \
--with-bzip2 \
+ --with-ldap \
--with-openssl \
--with-lua || return 1