diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-02-24 12:00:33 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-02-27 09:19:05 +0000 |
commit | 2e7a904612087edcbdfc4bc6b44b12353b5a9215 (patch) | |
tree | 046abd5952f47643f093d25ad3e5d9289caa00f8 /scripts/bootstrap.sh | |
parent | 0b490772a9df7aced8d30b3d4b8c25cb1a92e919 (diff) | |
download | aports-2e7a904612087edcbdfc4bc6b44b12353b5a9215.tar.bz2 aports-2e7a904612087edcbdfc4bc6b44b12353b5a9215.tar.xz |
testing/ghc: support cross-building
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-x | scripts/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 93a1e1a36f..ac9622e9af 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -103,7 +103,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ attr libcap patch sudo acl fakeroot tar \ pax-utils abuild openssh \ ncurses util-linux lvm2 popt xz cryptsetup kmod lddtree mkinitfs \ - community/go \ + community/go libffi testing/ghc \ $KERNEL_PKG ; do CHOST=$TARGET_ARCH BOOTSTRAP=bootimage APKBUILD=$(apkbuildname $PKG) abuild -r |