diff options
Diffstat (limited to 'main/haproxy/APKBUILD')
-rw-r--r-- | main/haproxy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/haproxy/APKBUILD b/main/haproxy/APKBUILD index f89237b629..807237752c 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() { |