summaryrefslogtreecommitdiffstats
path: root/main/hylafax
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-07-30 08:51:11 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-07-30 08:54:53 +0000
commit5c904717322f8113870abf48cc93c3c8b00ab4e8 (patch)
treee077e5c3afa20630fd6e96db5872f03d622d639e /main/hylafax
parenta879839450737e3cbdb64415af42347c97ccfa28 (diff)
downloadaports-5c904717322f8113870abf48cc93c3c8b00ab4e8.tar.bz2
aports-5c904717322f8113870abf48cc93c3c8b00ab4e8.tar.xz
[all autotools packages]: normalize ./configure
Diffstat (limited to 'main/hylafax')
-rw-r--r--main/hylafax/APKBUILD6
1 files changed, 5 insertions, 1 deletions
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 \