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

Juergen Hoetzel juergen at archlinux.org
Thu Jun 7 14:57:04 UTC 2012


    Date: Thursday, June 7, 2012 @ 10:57:04
  Author: juergen
Revision: 160965

Fix FS#29964: enable core compression

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-07 14:28:09 UTC (rev 160964)
+++ PKGBUILD	2012-06-07 14:57:04 UTC (rev 160965)
@@ -12,12 +12,12 @@
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('glibc')
-provides=('common-lisp' 'cl-asdf')
+provides=('common-lisp' 'cl-asdf' 'zlib')
 makedepends=('sbcl' 'texinfo')
 install=sbcl.install
 source=("http://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2"
         "arch-fixes.lisp")
-md5sums=('f9ba54b20f057e6eb5857929bb259142'
+md5sums=('bb0e4f5c2dad3491802197525283f6b0'
          '7ac0c1936547f4278198b8bf7725204d')
 
 build() {
@@ -36,6 +36,7 @@
   (flet ((enable (x) (pushnew x features))
          (disable (x) (setf features (remove x features))))
   (enable :sb-thread)
+  (enable :sb-core-compression)
   (disable :largefile)))
 EOF
 




More information about the arch-commits mailing list