main/pound: update config.sub

This commit is contained in:
Natanael Copa 2013-08-16 08:56:19 +00:00
parent 1bd37cdfca
commit 89a302654e

View File

@ -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 \