[arch-commits] Commit in d-mir-core/trunk (PKGBUILD)

Dan Printzell wild at gemini.archlinux.org
Fri Apr 15 16:09:47 UTC 2022


    Date: Friday, April 15, 2022 @ 16:09:47
  Author: wild
Revision: 1186595

upgpkg: d-mir-core 1.1.14-9: Rebuilt against new ldc

Modified:
  d-mir-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 16:09:09 UTC (rev 1186594)
+++ PKGBUILD	2022-04-15 16:09:47 UTC (rev 1186595)
@@ -3,7 +3,7 @@
 _pkgname=mir-core
 pkgname=d-$_pkgname
 pkgver=1.1.14
-pkgrel=8
+pkgrel=9
 pkgdesc='Base software building blocks and conventions for libmir'
 arch=('x86_64')
 url='https://github.com/libmir/mir-core'
@@ -25,7 +25,7 @@
   cd $_pkgname-$pkgver/build
 
   export DC=ldc
-  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
+  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')"
 
   arch-meson ..
 



More information about the arch-commits mailing list