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

Dan Printzell wild at gemini.archlinux.org
Sun Jan 23 01:03:40 UTC 2022


    Date: Sunday, January 23, 2022 @ 01:03:39
  Author: wild
Revision: 1113532

upgpkg: glibd 2.3.0-5: Rebuilt against new ldc

Modified:
  glibd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 01:03:06 UTC (rev 1113531)
+++ PKGBUILD	2022-01-23 01:03:39 UTC (rev 1113532)
@@ -4,7 +4,7 @@
 pkgname=glibd
 _pkgname=GlibD
 pkgver=2.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc='D bindings for the GLib C Utility Library'
 arch=('x86_64')
 url='https://github.com/gtkd-developers/GlibD'
@@ -29,6 +29,7 @@
 
   # Force build with LDC
   export DC=ldc
+  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
 
   arch-meson ..
 



More information about the arch-commits mailing list