Loading p/ghc/debian/changelog +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ ghc (8.6.5+dfsg1-3) unstable; urgency=medium [ Gianfranco Costamagna ] * debian/patches/Disable-unboxed-arrays.patch - upstream proposed workaround for BE build failures. * use parallel=2 for s390x builds * use parallel=2 for s390x, mips, mipsel, mips64el builds [ Clint Adams ] * Patch from John Paul Adrian Glaubitz to set --host and --build for Loading p/ghc/debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH))) EXTRA_CONFIGURE_FLAGS += --disable-ld-override endif ifeq (s390x,$(DEB_HOST_ARCH)) ifneq (,$(filter mips mipsel mips64el s390x, $(DEB_HOST_ARCH))) export DEB_BUILD_OPTIONS=parallel=2 endif Loading Loading
p/ghc/debian/changelog +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ ghc (8.6.5+dfsg1-3) unstable; urgency=medium [ Gianfranco Costamagna ] * debian/patches/Disable-unboxed-arrays.patch - upstream proposed workaround for BE build failures. * use parallel=2 for s390x builds * use parallel=2 for s390x, mips, mipsel, mips64el builds [ Clint Adams ] * Patch from John Paul Adrian Glaubitz to set --host and --build for Loading
p/ghc/debian/rules +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH))) EXTRA_CONFIGURE_FLAGS += --disable-ld-override endif ifeq (s390x,$(DEB_HOST_ARCH)) ifneq (,$(filter mips mipsel mips64el s390x, $(DEB_HOST_ARCH))) export DEB_BUILD_OPTIONS=parallel=2 endif Loading