From 762550bc2181023062da186652ebefe13bcba1f6 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 21 Mar 2021 15:14:51 +0100 Subject: [PATCH] cabal-install: pass makejobs to bootstrap.sh --- srcpkgs/cabal-install/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cabal-install/template b/srcpkgs/cabal-install/template index f8b18f32cdb..2c15789b1f9 100644 --- a/srcpkgs/cabal-install/template +++ b/srcpkgs/cabal-install/template @@ -15,7 +15,7 @@ nopie_files="/usr/bin/cabal" nocross=yes do_build() { - PREFIX=$PWD/build sh bootstrap.sh --user + PREFIX=$PWD/build sh bootstrap.sh --jobs ${XBPS_MAKEJOBS} --user } do_install() { vbin build/bin/cabal