Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: Use the system PKG_CONFIG_PATH #6967

Merged

Commits on Dec 31, 2023

  1. configure: Use the system PKG_CONFIG_PATH

    I noticed this while working on a nix devShell to work on CLN. We are
    blanked overriding the `pkg-config` search path, which can cause some
    trouble. Specifically `nix` uses content addressable locations, and
    macOS arm64 and x84_64 use separate `pkg-config` search paths, and by
    overwriting it we can cause a mix of different architectures failing
    the compilation
    
    Changelog-Fixed: configure: We now respect the `PKG_CONFIG_PATH` environment variable
    cdecker committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    758c78e View commit details
    Browse the repository at this point in the history