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

Juergen Hoetzel juergen at archlinux.org
Thu Sep 10 11:36:13 UTC 2009


    Date: Thursday, September 10, 2009 @ 07:36:13
  Author: juergen
Revision: 51641

disable largefile support (fails to build on i686)

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-10 11:33:52 UTC (rev 51640)
+++ PKGBUILD	2009-09-10 11:36:13 UTC (rev 51641)
@@ -22,12 +22,13 @@
   export CFLAGS="${CFLAGS} -DSBCL_HOME=\\\"/usr/lib/sbcl\\\""
   export GNUMAKE="make -e"
   cd ${startdir}/src/${pkgname}-${pkgver}
-  # Make a multi-threaded SBCL
+  # Make a multi-threaded SBCL, disable LARGEFILE  
   cat >customize-target-features.lisp <<EOF
 (lambda (features)
   (flet ((enable (x) (pushnew x features))
          (disable (x) (setf features (remove x features))))
-  (enable :sb-thread)))
+  (enable :sb-thread)
+  (disable :largefile)))
 EOF
 
   sh make.sh sbcl




More information about the arch-commits mailing list