mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 19:13:51 +02:00
gobject-introspection: cross $LD_LIBRARY_PATH
In case the package's template defines LD_LIBRARY_PATH append it to the g-ir-scanner-qemuwrappe environment LD_LIBRARY_PATH definition.
This commit is contained in:
parent
f90f9e627e
commit
d1f5d603c9
2 changed files with 2 additions and 2 deletions
|
@ -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}}" \
|
||||
"$@"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue