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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 2 21:54:03 UTC 2022


    Date: Monday, May 2, 2022 @ 21:54:03
  Author: arojas
Revision: 1192344

-ffat-lto-objects

Modified:
  cmucl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 21:50:19 UTC (rev 1192343)
+++ PKGBUILD	2022-05-02 21:54:03 UTC (rev 1192344)
@@ -4,7 +4,7 @@
 
 pkgname=cmucl
 pkgver=21d
-pkgrel=2
+pkgrel=3
 pkgdesc="CMU Common Lisp"
 depends_i686=('glibc' 'openmotif')
 depends_x86_64=('lib32-glibc' 'openmotif')
@@ -38,6 +38,7 @@
 
 build() {
   cd "${srcdir}"
+  export CFLAGS+=' -ffat-lto-objects'
   export CMUCLLIB="${srcdir}"/lib/cmucl/lib
   # Build using binary-dist lisp
   ./bin/build-all.sh -o "${srcdir}"/bin/lisp -C x86_linux



More information about the arch-commits mailing list