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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 10:27:02 UTC 2022


    Date: Sunday, April 24, 2022 @ 10:27:01
  Author: arojas
Revision: 443881

-ffat-lto-objects

Modified:
  clisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 09:50:25 UTC (rev 443880)
+++ PKGBUILD	2022-04-24 10:27:01 UTC (rev 443881)
@@ -1,7 +1,7 @@
 # Maintainer: Juergen Hoetzel <juergen at archlinux.org>
 pkgname=clisp
 pkgver=2.49.93
-pkgrel=5
+pkgrel=6
 pkgdesc="ANSI Common Lisp interpreter, compiler and debugger"
 arch=('x86_64')
 license=('GPL')
@@ -16,6 +16,7 @@
 
 build() {
   cd $pkgname
+  CFLAGS+=" -ffat-lto-objects" \
   ./configure --prefix=/usr --with-readline --with-ffcall src
 
   cd src



More information about the arch-commits mailing list