diff options
| author | Sam James <sam@gentoo.org> | 2025-10-26 05:24:19 +0000 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-26 05:36:41 +0000 |
| commit | 0668b7d29badbd9e74e2fe87974ff9669a11f8ae (patch) | |
| tree | d603eef002d82efc547f02cdee409826cda539b0 /dev-libs/glib/glib-2.84.4.ebuild | |
| parent | 539c2df5de6cd912f04db7f7b13027ae13b52224 (diff) | |
| download | gentoo-0668b7d29badbd9e74e2fe87974ff9669a11f8ae.tar.gz gentoo-0668b7d29badbd9e74e2fe87974ff9669a11f8ae.tar.bz2 gentoo-0668b7d29badbd9e74e2fe87974ff9669a11f8ae.zip | |
dev-libs/glib: another bootstrap fix
Followup to c4a281bfc7e86f24205a9f0084b16045c9531a08. This actually still
doesn't seem to be enough, I must have tested w/ 2.84.4 before which didn't
need bootstrapping as I had new enough g-i.
Bug: https://bugs.gentoo.org/963031
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/glib/glib-2.84.4.ebuild')
| -rw-r--r-- | dev-libs/glib/glib-2.84.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.84.4.ebuild b/dev-libs/glib/glib-2.84.4.ebuild index c4745c9ea987..17e1fc80ac63 100644 --- a/dev-libs/glib/glib-2.84.4.ebuild +++ b/dev-libs/glib/glib-2.84.4.ebuild @@ -306,7 +306,7 @@ multilib_src_configure() { export PATH="${INTROSPECTION_BIN_DIR}:${PATH}" # Override primary pkgconfig search paths to prioritize our internal copy - export PKG_CONFIG_LIBDIR="${INTROSPECTION_LIB_DIR}/pkgconfig:${INTROSPECTION_BUILD_DIR}/meson-private:${PKG_CONFIG_LIBDIR}" + export PKG_CONFIG_LIBDIR="${INTROSPECTION_LIB_DIR}/pkgconfig:${INTROSPECTION_BUILD_DIR}/meson-private:$($(tc-getPKG_CONFIG) --variable pc_system_libdirs pkg-config)" # Set the normal primary pkgconfig search paths as secondary # (We also need to prepend our just-built one for later use of |
