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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 16:46:18 UTC 2022


    Date: Sunday, April 24, 2022 @ 16:46:18
  Author: arojas
Revision: 443912

-ffat-lto-objects

Modified:
  mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 13:40:04 UTC (rev 443911)
+++ PKGBUILD	2022-04-24 16:46:18 UTC (rev 443912)
@@ -4,8 +4,8 @@
 # Contributor: Brice Carpentier <brice at dlfp.org>
 
 pkgname=mono
-_gitcommit=c621c35ffa03273dbfb83055c7587c6a6617295a
-pkgver=6.12.0.122
+_gitcommit=ed0788bf61f08a1f0424de4be6f6af1949519e10
+pkgver=6.12.0.177
 pkgrel=1
 pkgdesc='Free implementation of the .NET platform including runtime and compiler'
 url='https://www.mono-project.com/'
@@ -89,6 +89,7 @@
 
 build() {
   cd ${pkgname}
+  CFLAGS+=" -ffat-lto-objects" \
   ./autogen.sh \
     --prefix=/usr \
     --sysconfdir=/etc \



More information about the arch-commits mailing list