From 89a302654e2acb01d781fa83aa61ed31b6d2ea43 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 16 Aug 2013 08:56:19 +0000 Subject: [PATCH] main/pound: update config.sub --- main/pound/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main/pound/APKBUILD b/main/pound/APKBUILD index 7fe7c10cb96..cbd734c6b34 100644 --- a/main/pound/APKBUILD +++ b/main/pound/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa 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 \