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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 19:24:02 UTC 2022


    Date: Saturday, April 23, 2022 @ 19:24:01
  Author: arojas
Revision: 1187945

-ffat-lto-objects

Modified:
  smalltalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 19:22:20 UTC (rev 1187944)
+++ PKGBUILD	2022-04-23 19:24:01 UTC (rev 1187945)
@@ -5,7 +5,7 @@
 
 pkgname=smalltalk
 pkgver=3.2.91
-pkgrel=10
+pkgrel=11
 pkgdesc='GNU Smalltalk interpreter and libraries'
 url='http://smalltalk.gnu.org/'
 license=(GPL LGPL)
@@ -29,7 +29,7 @@
 
 build() {
   cd $pkgname
-  export CFLAGS="$CFLAGS -Wl,--allow-multiple-definition -w"
+  export CFLAGS="$CFLAGS -ffat-lto-objects -Wl,--allow-multiple-definition -w"
   ./configure \
     --enable-gtk=yes \
     --libexecdir=/usr/lib/smalltalk \



More information about the arch-commits mailing list