From 62ed87d6234b0da747c837c1784063b53d79e981 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 18 Jul 2011 12:51:16 +0000 Subject: main/lighttpd: enable libev support --- main/lighttpd/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'main/lighttpd') diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD index 3187b0cde..623fde284 100644 --- a/main/lighttpd/APKBUILD +++ b/main/lighttpd/APKBUILD @@ -2,7 +2,7 @@ pkgname=lighttpd pkgver=1.4.29 _streamver=2.2.0 -pkgrel=1 +pkgrel=2 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 openldap-dev libxml2-dev sqlite-dev" + automake autoconf openldap-dev libxml2-dev sqlite-dev libev-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 @@ -63,6 +63,7 @@ build() { --with-bzip2 \ --with-ldap \ --with-openssl \ + --with-libev \ --with-lua || return 1 make -- cgit v1.2.3