diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 09:34:36 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 09:34:57 +0000 |
commit | ab0b96cccd17857158ec84f4b08c6ce392be4958 (patch) | |
tree | 2b9760b627f9310a79417ae8bc80e43ea22d0864 /testing/ghc | |
parent | 2e7a904612087edcbdfc4bc6b44b12353b5a9215 (diff) | |
download | aports-ab0b96cccd17857158ec84f4b08c6ce392be4958.tar.bz2 aports-ab0b96cccd17857158ec84f4b08c6ce392be4958.tar.xz |
testing/ghc: set --build and --host too
Diffstat (limited to 'testing/ghc')
-rw-r--r-- | testing/ghc/APKBUILD | 2 |
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 \ |