diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/pound/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/pound/APKBUILD b/main/pound/APKBUILD index 7fe7c10cb..cbd734c6b 100644 --- a/main/pound/APKBUILD +++ b/main/pound/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pound pkgver=2.6 -pkgrel=1 +pkgrel=2 pkgdesc="A reverse proxy, load balancer, and SSL wrapper" url="http://www.apsis.ch/pound/index_html" arch="all" @@ -21,9 +21,10 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_sub || return 1 } -build() { +build() { cd "$_builddir" ./configure \ --build=$CBUILD \ |