From 5c904717322f8113870abf48cc93c3c8b00ab4e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 30 Jul 2013 08:51:11 +0000 Subject: [all autotools packages]: normalize ./configure --- main/db/APKBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'main/db/APKBUILD') diff --git a/main/db/APKBUILD b/main/db/APKBUILD index 2da5fde9e9..d1c333e854 100644 --- a/main/db/APKBUILD +++ b/main/db/APKBUILD @@ -24,12 +24,16 @@ build () { done cd build_unix - ../dist/configure --prefix=/usr \ + ../dist/configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ --mandir=/usr/share/man \ --enable-compat185 \ --enable-shared \ --enable-cxx \ - --disable-static + --disable-static \ + || return 1 make LIBSO_LIBS=-lpthread || return 1 } -- cgit v1.2.3