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

Evangelos Foutras foutrelis at archlinux.org
Mon Feb 8 00:41:27 UTC 2016


    Date: Monday, February 8, 2016 @ 01:41:27
  Author: foutrelis
Revision: 160661

Build using all CPU cores; it's painfully slow otherwise

Modified:
  mixxx/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-08 00:41:20 UTC (rev 160660)
+++ PKGBUILD	2016-02-08 00:41:27 UTC (rev 160661)
@@ -19,6 +19,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
   scons build=release optimize=portable virtualize=0 localecompare=1 qt_sqlite_plugin=0 opus=1 \
     qtdir=/usr/lib/qt4 prefix=/usr faad=1
 }



More information about the arch-commits mailing list