[arch-commits] Commit in sbcl/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Thu Feb 4 16:21:02 UTC 2010


    Date: Thursday, February 4, 2010 @ 11:21:02
  Author: giovanni
Revision: 67203

Merged revisions 62394,67202 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/sbcl/trunk

........
  r62394 | juergen | 2010-01-08 00:37:08 +0100 (ven, 08 gen 2010) | 1 line
  
  fix missing libs (libdl) when using makepkg.conf provided LDFLAGS
........
  r67202 | giovanni | 2010-02-04 17:20:20 +0100 (gio, 04 feb 2010) | 2 lines
  
  upgpkg: sbcl 1.0.35-1
      upstream release
........

Modified:
  sbcl/repos/extra-i686/	(properties)
  sbcl/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)


Property changes on: sbcl/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /sbcl/trunk:1-62030
   + /sbcl/trunk:1-67202

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2010-02-04 16:20:20 UTC (rev 67202)
+++ extra-i686/PKGBUILD	2010-02-04 16:21:02 UTC (rev 67203)
@@ -5,23 +5,27 @@
 # Contributor: Leslie Polzer (skypher) 
 
 pkgname=sbcl
-pkgver=1.0.34
+pkgver=1.0.35
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('custom')
 depends=('glibc')
 provides=('common-lisp' 'cl-asdf')
 makedepends=('sbcl' 'texinfo')
 source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2" "arch-fixes.lisp")
-md5sums=('78c1a003281d11690f54609b4f5303f4' '7ac0c1936547f4278198b8bf7725204d')
-
+md5sums=('773a112aec3494a60f054452ca9c9b2a'
+         '7ac0c1936547f4278198b8bf7725204d')
 url="http://www.sbcl.org/"
 install=sbcl.install
 
 build() {
   export CFLAGS="${CFLAGS} -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
   export GNUMAKE="make -e"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LD_FLAGS" 
+  unset LDFLAGS
   cd ${startdir}/src/${pkgname}-${pkgver}
   # Make a multi-threaded SBCL, disable LARGEFILE  
   cat >customize-target-features.lisp <<EOF




More information about the arch-commits mailing list