aboutsummaryrefslogtreecommitdiffstats
path: root/community/ghc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-12 10:08:40 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 10:10:46 +0000
commit5add9615fe020fd0d057e2b5b7082f7e60eb0819 (patch)
tree60f2aaf12fc0daebbdb382fa67fb08fc5354d54e /community/ghc
parent0f76652598cda23e616f8737c96d816dba2fc695 (diff)
downloadaports-5add9615fe020fd0d057e2b5b7082f7e60eb0819.tar.bz2
aports-5add9615fe020fd0d057e2b5b7082f7e60eb0819.tar.xz
community/ghc: build fix
Diffstat (limited to 'community/ghc')
-rw-r--r--community/ghc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD
index c7590eb3a7..af10cea887 100644
--- a/community/ghc/APKBUILD
+++ b/community/ghc/APKBUILD
@@ -28,7 +28,7 @@ depends="gmp-dev perl gcc>=6.2.1 llvm5 libffi-dev"
# this aport (see below).
makedepends_build="$pkgname-bootstrap
autoconf cpio binutils binutils-gold paxmark libffi-dev ncurses-dev xz coreutils"
-makedepends_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev libffi-dev ncurses-dev"
+makedepends_host="linux-headers musl-dev zlib-dev gmp-dev binutils-dev libffi-dev ncurses-dev coreutils" # need GNU cpio
makedepends="$makedepends_build $makedepends_host"
checkdepends="python3"
# XXX: ghc-bootstrap is a hack to allow this abuild to depend on itself.