From e2b461c45603c9498e4ba8d875e48e6da48aab68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 12 Feb 2021 13:15:54 +0100 Subject: [PATCH] ghc-bin: enable i686-musl Cross built bindist ghc-8.8.4-i386-unknown-linux-musl.tar.xz, manually moved and uploaded to distfiles.voidlinux.de N.B.: Option -o bindist of ghc fails to move the resulting tarball because it ends up in ${wrksrc}. --- srcpkgs/ghc-bin/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ghc-bin/template b/srcpkgs/ghc-bin/template index 3490190c209..9101601358b 100644 --- a/srcpkgs/ghc-bin/template +++ b/srcpkgs/ghc-bin/template @@ -2,7 +2,7 @@ pkgname=ghc-bin version=8.8.4 revision=1 -archs="i686 x86_64* ppc64le*" +archs="i686* x86_64* ppc64le*" wrksrc="ghc-${version%[!0-9]}" hostmakedepends="perl libffi libnuma" depends="ncurses perl gcc libffi-devel gmp-devel" @@ -27,6 +27,10 @@ i686) distfiles="https://downloads.haskell.org/~ghc/${version%[!0-9]}/ghc-${version}-i386-deb9-linux.tar.xz" checksum=43dd954910c9027694312cef0aabc7774d102d0422b7172802cfb72f7d5da3a0 ;; +i686-musl) + distfiles="https://distfiles.voidlinux.de/ghc-${version}-i386-unknown-linux-musl.tar.xz" + checksum=8d84fbab62b3712bdcfb92f7d258a0d15d8295397d84b48716a3c625f09be782 + ;; ppc64le) distfiles="https://alpha.de.repo.voidlinux.org/distfiles/ghc-${version}-powerpc64le-void-linux.tar.xz" checksum=4a13d36a3e3d605db02b89269ed727c3ba23c9d03b84b72c1716a910a28f8074