summaryrefslogtreecommitdiffstats
path: root/main/haproxy
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-09-11 11:00:17 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-09-11 11:00:17 +0300
commit22f952fbfc4aba95801818960d76f487ff8bb608 (patch)
tree4e69bb220f74033be6a42d41d86faeaf017e56e5 /main/haproxy
parent067e5a888bc1ba75dac61f52a2ecc5e0be32f86f (diff)
downloadaports-22f952fbfc4aba95801818960d76f487ff8bb608.tar.bz2
aports-22f952fbfc4aba95801818960d76f487ff8bb608.tar.xz
main/haproxy: enable splice, and other nice features
Use the built in make target linux2628 meaning linux-2.6.28 or higher kernel can be assumed.
Diffstat (limited to 'main/haproxy')
-rw-r--r--main/haproxy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/haproxy/APKBUILD b/main/haproxy/APKBUILD
index f89237b62..807237752 100644
--- a/main/haproxy/APKBUILD
+++ b/main/haproxy/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=haproxy
pkgver=1.4.22
-pkgrel=2
+pkgrel=3
pkgdesc="A TCP/HTTP reverse proxy for high availability environments"
url="http://haproxy.1wt.eu"
arch="all"
@@ -17,7 +17,7 @@ source="http://haproxy.1wt.eu/download/${pkgver%.*}/src/$pkgname-$pkgver.tar.gz
build() {
cd "$srcdir/$pkgname-$pkgver"
- make TARGET=linux26 USE_PCRE=1 CFLAGS="$CFLAGS" || return 1
+ make TARGET=linux2628 USE_PCRE=1 CFLAGS="$CFLAGS" || return 1
}
package() {