#!/bin/bash set -e mangle_pkg_config_result() { local OPTIND o a neednewline while getopts ":l:L:I:D:W" o; do case "${o}" in L | I ) if [[ -e "${OPTARG}" ]] then echo -n "-${o}${OPTARG} " else echo -n "-${o}${OPTARG##$PKG_CONFIG_SYSROOT_DIR} " fi ...
On Gentoo Linux, we have a tool called that is used to create cross-compiler environments. crossdev installs a script cross-pkg-config which sets a number of environment variables (including PKG_CONFIG_SYSROOT_DIR) and then calls the real pkg-config. pkgconf's behavior regarding sysroot cau...
relevant directory for the recipe-sysroot, but the required glib-2.0.pc file is placed naturally under the recipe-sysroot-native subdirectory. So I need to find a way to add the recipe-sysroot-native subdirectory to PKG_CONFIG_PATH, so that pkg-config tool can find the glib-2.0.pc file...
cli: restrict pkg config search directory to sysroot 101215d deepak1556 added this to the July 2024 milestone Jul 1, 2024 deepak1556 self-assigned this Jul 1, 2024 deepak1556 requested a review from connor4312 July 1, 2024 17:43 deepak1556 enabled auto-merge (squash) July 1, 2024 ...
Upstream want to deprecate DEFAULT_SYSROOT123, but one blocker is wasi-sdk's usage of it. Let's try to help that along by switching to using config files4 instead. This should result in no user-fac...
the config enables these tools tools = [ "cargo", "clippy", "rustdoc", "rustfmt", "rust-analyzer-proc-macro-srv", "analysis", "src", ] but wasm-component-ld is built anyway and (starting with 1.82.0) installed into target's sysroot even when there is such tool in $PATH availabl...