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

Improve checks for pkg-config and fall back to gpgme-config #168

Merged
merged 1 commit into from
Dec 5, 2022

Commits on Dec 5, 2022

  1. Improve checks for pkg-config and fall back to gpgme-config

    ueno#166 changed from `pkg-config`
    to `gpgme-config`, but if `PKG_CONFIG_PATH` is not set properly, the C
    extension library will quietly build without the right linker
    dependencies.
    
    To fix this, we now check for the existence of `gpgme.pc` in
    `PKG_CONFIG_PATH` and attempt to fall back to `gpgme-config` if it
    does not exist.
    
    Closes ueno#167
    stanhu committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b0e6c0a View commit details
    Browse the repository at this point in the history