Date: Tuesday, February 21, 2023 @ 22:02:56
  Author: wild
Revision: 1403320

upgpkg: mustache-d 0.1.5-8: Rebuilt against new ldc

Modified:
  mustache-d/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-21 22:02:35 UTC (rev 1403319)
+++ PKGBUILD    2023-02-21 22:02:56 UTC (rev 1403320)
@@ -2,7 +2,7 @@
 
 pkgname=mustache-d
 pkgver=0.1.5
-pkgrel=7
+pkgrel=8
 pkgdesc='Moustache template engine for D'
 arch=('x86_64')
 url='https://github.com/repeatedly/mustache-d'
@@ -24,7 +24,8 @@
 
   # Build with LDC
   export DC=ldc
-
+  # ldc does not have -flto=auto
+  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/-flto=full/')"
   arch-meson ../$pkgname-$pkgver
 
   ninja

Reply via email to