[arch-commits] Commit in subsurface/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Tue Sep 5 17:43:49 UTC 2017


    Date: Tuesday, September 5, 2017 @ 17:43:48
  Author: bisson
Revision: 255859

fix FS#55511

Modified:
  subsurface/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-05 17:34:44 UTC (rev 255858)
+++ PKGBUILD	2017-09-05 17:43:48 UTC (rev 255859)
@@ -32,7 +32,9 @@
 		-DMARBLE_LIBRARIES=/usr/lib/libssrfmarblewidget.so \
 		-DMARBLE_INCLUDE_DIR=/usr/include/subsurface/marble \
 		..
-	make
+
+	# running multiple jobs mitigates the "ui_mainwindow.h" race condition
+	make -j4
 }
 
 package() {



More information about the arch-commits mailing list