Date: Tuesday, February 21, 2023 @ 22:03:26
Author: wild
Revision: 1403322
upgpkg: gir-to-d 0.22.0-9: Rebuilt against new ldc
Modified:
gir-to-d/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-21 22:03:03 UTC (rev 1403321)
+++ PKGBUILD 2023-02-21 22:03:26 UTC (rev 1403322)
@@ -2,7 +2,7 @@
pkgname=gir-to-d
pkgver=0.22.0
-pkgrel=8
+pkgrel=9
pkgdesc='Create D bindings from GObject introspection files'
arch=('x86_64')
url='https://github.com/gtkd-developers/gir-to-d'
@@ -23,7 +23,7 @@
cd $pkgname-$pkgver/build
export DC=ldc
- export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')"
+ export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/-flto=full/')"
# Instanciate all templates. Fixes:
# undefined reference to
`_D6object__T8opEqualsTxC3gtd11GirFunctionQnTxQwZQBkFxQBexQBiZb'
export DFLAGS="--allinst"