diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-18 12:51:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-18 12:53:29 +0000 |
commit | 62ed87d6234b0da747c837c1784063b53d79e981 (patch) | |
tree | bc573814763438606b8e35eaf3540308325e8617 | |
parent | 30d6c8c7a3d6c2ebea1e0f1d2c059e163c2a6a60 (diff) | |
download | aports-62ed87d6234b0da747c837c1784063b53d79e981.tar.bz2 aports-62ed87d6234b0da747c837c1784063b53d79e981.tar.xz |
main/lighttpd: enable libev support
-rw-r--r-- | main/lighttpd/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
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 |