aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2017-02-27 09:34:36 +0000
committerTimo Teräs <timo.teras@iki.fi>2017-02-27 09:34:57 +0000
commitab0b96cccd17857158ec84f4b08c6ce392be4958 (patch)
tree2b9760b627f9310a79417ae8bc80e43ea22d0864 /testing
parent2e7a904612087edcbdfc4bc6b44b12353b5a9215 (diff)
downloadaports-ab0b96cccd17857158ec84f4b08c6ce392be4958.tar.bz2
aports-ab0b96cccd17857158ec84f4b08c6ce392be4958.tar.xz
testing/ghc: set --build and --host too
Diffstat (limited to 'testing')
-rw-r--r--testing/ghc/APKBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/ghc/APKBUILD b/testing/ghc/APKBUILD
index e3fbfcce96..33817fc32d 100644
--- a/testing/ghc/APKBUILD
+++ b/testing/ghc/APKBUILD
@@ -100,6 +100,8 @@ build() {
local _ffi_inc=$(pkg-config libffi --cflags-only-I); _ffi_inc="${_ffi_inc%% }"
local _ffi_lib=$(pkg-config libffi --libs-only-L); _ffi_lib="${_ffi_lib%% }"
./configure \
+ --build=$CBUILD \
+ --host=$CHOST \
--target=$CTARGET \
--prefix=/usr \
--with-system-libffi \