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

Dan Printzell wild at gemini.archlinux.org
Fri Apr 15 16:10:37 UTC 2022


    Date: Friday, April 15, 2022 @ 16:10:36
  Author: wild
Revision: 1186597

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

Modified:
  d-stdx-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-15 16:09:52 UTC (rev 1186596)
+++ PKGBUILD	2022-04-15 16:10:36 UTC (rev 1186597)
@@ -3,7 +3,7 @@
 pkgname=d-stdx-allocator
 _pkgname=stdx-allocator
 pkgver=3.0.2
-pkgrel=18
+pkgrel=19
 pkgdesc='Extracted std.experimental.allocator'
 arch=('x86_64')
 url='https://github.com/dlang-community/stdx-allocator'
@@ -26,7 +26,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