diff options
Diffstat (limited to 'main/lighttpd')
-rw-r--r-- | main/lighttpd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index 584341b1ac..e5917ba62e 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 |