2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-09 00:10:23 +03:00
Files
James Le Cuirot 3616011f62 dev-libs/glib: Fix USE="systemtap" when cross-compiling (including multilib)
Use the new meson_add_machine_file helper to pick either --native-file or
--cross-file as appropriate.

Don't bother checking the dtrace-symlink USE flag because it's simpler to just
invoke stap-dtrace unconditionally.

Include systemtap in DEPEND because it's also needed for a header.

Export CC because it's needed by systemtap when cross-compiling.

Closes: https://bugs.gentoo.org/968718
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2026-01-19 22:54:19 +00:00
..