Commit 75c6a101 authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

ghc: Lower parallel build in a more nice way

parent 8277b0b7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -56,7 +56,12 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
endif

%:
ifneq (,$(filter mips mipsel mips64el s390x, $(DEB_HOST_ARCH)))
	dh $@ --max-parallel=1
else
	dh $@
endif


override_dh_autoreconf:
	dh_autoreconf perl -- boot