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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 10:45:30 UTC 2022


    Date: Sunday, April 24, 2022 @ 10:45:29
  Author: arojas
Revision: 443888

-ffat-lto-objects

Modified:
  ecl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 10:45:09 UTC (rev 443887)
+++ PKGBUILD	2022-04-24 10:45:29 UTC (rev 443888)
@@ -4,7 +4,7 @@
 pkgname=ecl
 pkgver=21.2.1
 # Remember to rebuild sagemath when the soname changes
-pkgrel=2
+pkgrel=3
 pkgdesc="Embeddable Common Lisp"
 arch=('x86_64')
 url="https://common-lisp.net/project/ecl/"
@@ -19,7 +19,7 @@
 build() {
   cd $pkgname-$pkgver
   sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure
-  CFLAGS+=" -fcommon"
+  CFLAGS+=" -fcommon -ffat-lto-objects" \
   ./configure \
     --build=$CHOST \
     --prefix=/usr \



More information about the arch-commits mailing list