aboutsummaryrefslogtreecommitdiffstats
path: root/main/pgcluster/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/pgcluster/APKBUILD')
-rw-r--r--main/pgcluster/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/pgcluster/APKBUILD b/main/pgcluster/APKBUILD
index 01eb9005d0a..f3fdf8be7f1 100644
--- a/main/pgcluster/APKBUILD
+++ b/main/pgcluster/APKBUILD
@@ -19,7 +19,10 @@ source="http://pgfoundry.org/frs/download.php/1705/$pkgname-$_myver.tar.gz
build() {
cd "$srcdir"/$pkgname-$_myver || return 1
- ./configure --prefix=/usr \
+ ./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
+ --prefix=/usr \
--mandir=/usr/share/man \
--with-docdir=/usr/share/doc \
--with-openssl \