mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/pound: update config.sub
This commit is contained in:
parent
1bd37cdfca
commit
89a302654e
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user