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

Jürgen Hötzel juergen at archlinux.org
Fri Dec 26 22:25:42 UTC 2014


    Date: Friday, December 26, 2014 @ 23:25:42
  Author: juergen
Revision: 228061

upgpkg: sbcl 1.2.6-1

disable parallel (-j2) build (resulting in build failure)

Modified:
  sbcl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-26 16:59:54 UTC (rev 228060)
+++ PKGBUILD	2014-12-26 22:25:42 UTC (rev 228061)
@@ -1,4 +1,4 @@
-# $Id$
+f# $Id$
 # Contributor: John Proctor <jproctor at prium.net>
 # Contributor: Daniel White <daniel at whitehouse.id.au>
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
@@ -5,7 +5,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=1.2.2
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/"
@@ -17,7 +17,7 @@
 install=sbcl.install
 source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
   "arch-fixes.lisp")
-md5sums=('729479476e46bb40f054f8a454a0fbde'
+md5sums=('a283d638ffb17051aad180e8e7f7860a'
          '7ac0c1936547f4278198b8bf7725204d')
 
 
@@ -31,7 +31,8 @@
   # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
   export LINKFLAGS="$LDFLAGS"
   unset LDFLAGS
-
+  unset MAKEFLAGS
+  
   # Make a multi-threaded SBCL, disable LARGEFILE
   cat >customize-target-features.lisp <<EOF
 (lambda (features)



More information about the arch-commits mailing list