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

Alexander Rødseth arodseth at archlinux.org
Thu Jul 24 11:24:04 UTC 2014


    Date: Thursday, July 24, 2014 @ 13:24:04
  Author: arodseth
Revision: 116303

Does not compile with pthreads

Modified:
  gauche/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-24 11:05:39 UTC (rev 116302)
+++ PKGBUILD	2014-07-24 11:24:04 UTC (rev 116303)
@@ -19,14 +19,16 @@
 build() {
   cd "Gauche-$pkgver"
 
-  ./configure --enable-multibyte=utf-8 --enable-threads=pthreads --prefix=/usr
-  make -j1
+  # does not compile with --enable-threads=pthreads
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
+
+  make
 }
 
 package() {
   cd "Gauche-$pkgver"
 
-  make -j1 DESTDIR="$pkgdir" install-pkg install-doc
+  make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 




More information about the arch-commits mailing list