[arch-commits] Commit in d-containers/trunk (PKGBUILD)
Dan Printzell
wild at gemini.archlinux.org
Sun Jan 23 01:04:31 UTC 2022
Date: Sunday, January 23, 2022 @ 01:04:31
Author: wild
Revision: 1113538
upgpkg: d-containers 0.8.0-6: Rebuilt against new ldc
Modified:
d-containers/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-23 01:04:20 UTC (rev 1113537)
+++ PKGBUILD 2022-01-23 01:04:31 UTC (rev 1113538)
@@ -4,7 +4,7 @@
_pkgname=containers
_pkgver=0.8.0
pkgver=${_pkgver/-/}
-pkgrel=5
+pkgrel=6
pkgdesc='Containers for D backed by std.experimental.allocator'
arch=('x86_64')
url='https://github.com/dlang-community/containers'
@@ -20,6 +20,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