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: fix the -ldl check for openssl, add -lpthread check #1427

Closed
wants to merge 1 commit into from

Commits on Apr 18, 2017

  1. configure: fix the -ldl check for openssl, add -lpthread check

    The check for if -ldl is needed to build with (a statically built)
    openssl was broken. This repairs the check, and adds a check for
    -lpthread as well since OpenSSL 1.1.0+ does in fact require -lpthread so
    only adding -ldl for a static openssl build is no longer enough.
    
    Reported-by: Jay Satiro
    Fixes #1426
    bagder committed Apr 18, 2017
    Copy the full SHA
    64179b6 View commit details
    Browse the repository at this point in the history