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/hylafax/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main/hylafax') diff --git a/main/hylafax/APKBUILD b/main/hylafax/APKBUILD index 418027766..35c01c96e 100644 --- a/main/hylafax/APKBUILD +++ b/main/hylafax/APKBUILD @@ -27,7 +27,11 @@ build() { # the configure script does not handle ccache or distcc export CC=gcc export CXX=g++ - ./configure --nointeractive --disable-pam \ + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --nointeractive \ + --disable-pam \ --with-DIR_BIN=/usr/bin \ --with-DIR_SBIN=/usr/sbin \ --with-DIR_LIB=/usr/lib \ -- cgit v1.2.3