~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/lighttpd: Build with fam/gamin support.

Michael Koloberdin <koloberdin@gmail.com>
Details
Message ID
<20160909164910.9738-1-koloberdin@gmail.com>
Sender timestamp
1473439750
DKIM signature
missing
Download raw message
Patch: +3 -3
This is to avoid stat() call on every file access, see:
http://redmine.lighttpd.net/projects/1/wiki/Server_stat-cache-engineDetails
---
 main/lighttpd/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/lighttpd/APKBUILD b/main/lighttpd/APKBUILD
index 494b2ea..a7fa829 100644
--- a/main/lighttpd/APKBUILD
+++ b/main/lighttpd/APKBUILD
@@ -3,7 +3,7 @@
pkgname=lighttpd
pkgver=1.4.39
_streamver=2.2.0
pkgrel=3
pkgrel=4
pkgdesc="a secure, fast, compliant and very flexible web-server"
url="http://www.lighttpd.net/"
arch="all"
@@ -13,7 +13,7 @@ depends=
pkgusers="lighttpd"
pkggroups="lighttpd"
makedepends="flex pcre-dev openssl-dev zlib-dev bzip2-dev lua-dev
	automake autoconf openldap-dev libxml2-dev sqlite-dev libev-dev"
	automake autoconf openldap-dev libxml2-dev sqlite-dev libev-dev gamin-dev"
source="http://download.lighttpd.net/lighttpd/releases-1.4.x/$pkgname-$pkgver.tar.xz
	http://h264.code-shop.com/download/lighttpd-1.4.18_mod_h264_streaming-$_streamver.tar.gz
	config_insert_values_global.patch
@@ -66,7 +66,7 @@ build() {
		--without-mysql \
		--without-attr \
		--without-kerberos5 \
		--without-fam \
		--with-fam \
		--with-webdav-props \
		--with-webdav-locks \
		--without-gdbm \
-- 
2.10.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)