[arch-commits] Commit in d-mir-core/trunk (PKGBUILD)
Dan Printzell
wild at gemini.archlinux.org
Sun Jan 23 01:03:56 UTC 2022
Date: Sunday, January 23, 2022 @ 01:03:55
Author: wild
Revision: 1113534
upgpkg: d-mir-core 1.1.14-8: Rebuilt against new ldc
Modified:
d-mir-core/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-23 01:03:44 UTC (rev 1113533)
+++ PKGBUILD 2022-01-23 01:03:55 UTC (rev 1113534)
@@ -3,7 +3,7 @@
_pkgname=mir-core
pkgname=d-$_pkgname
pkgver=1.1.14
-pkgrel=7
+pkgrel=8
pkgdesc='Base software building blocks and conventions for libmir'
arch=('x86_64')
url='https://github.com/libmir/mir-core'
@@ -25,6 +25,7 @@
cd $_pkgname-$pkgver/build
export DC=ldc
+ export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto/--flto=full/')"
arch-meson ..
More information about the arch-commits
mailing list