[arch-commits] Commit in d-stdx-allocator/trunk (PKGBUILD)

Dan Printzell wild at gemini.archlinux.org
Sun Jan 23 01:04:16 UTC 2022


    Date: Sunday, January 23, 2022 @ 01:04:15
  Author: wild
Revision: 1113536

upgpkg: d-stdx-allocator 3.0.2-18: Rebuilt against new ldc

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 01:04:00 UTC (rev 1113535)
+++ PKGBUILD	2022-01-23 01:04:15 UTC (rev 1113536)
@@ -3,7 +3,7 @@
 pkgname=d-stdx-allocator
 _pkgname=stdx-allocator
 pkgver=3.0.2
-pkgrel=17
+pkgrel=18
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'
@@ -26,6 +26,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