diff --git a/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper b/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper index ad45ddc03c2..da9839a5170 100755 --- a/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper +++ b/srcpkgs/gobject-introspection/files/g-ir-scanner-qemuwrapper @@ -5,5 +5,5 @@ export GIO_MODULE_DIR=${XBPS_CROSS_BASE}/gio/modules-dummy /usr/bin/qemu-${XBPS_TARGET_QEMU_MACHINE}-static \ -L ${XBPS_CROSS_BASE} \ - -E LD_LIBRARY_PATH="${XBPS_CROSS_BASE}/usr/lib:.libs:${GIR_EXTRA_LIBS_PATH}" \ + -E LD_LIBRARY_PATH="${XBPS_CROSS_BASE}/usr/lib:.libs:${GIR_EXTRA_LIBS_PATH}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" \ "$@" diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 19d6b8c582c..8615df44cb6 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,7 +1,7 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection version=1.60.0 -revision=4 +revision=5 build_style=meson pycompile_dirs="usr/lib/${pkgname}/giscanner" hostmakedepends="flex pkg-config"