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

meson.build: fix static build with gcrypt #185

Closed
wants to merge 1 commit into from
Closed

meson.build: fix static build with gcrypt #185

wants to merge 1 commit into from

Commits on Jun 7, 2019

  1. meson.build: fix static build with gcrypt

    gcrypt depends on gpg-error so save the result of
    dependency('gpg-error') in gpg_error_dep and use it when needed to fix
    static build
    
    Fixes:
     - http://autobuild.buildroot.net/results/fb698e3e903869978bd5e69d791ec362317b7981
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
    ffontaine committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    4012375 View commit details
    Browse the repository at this point in the history