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

Always build with -fPIC on GCC and clang #670

Merged
merged 1 commit into from
Mar 19, 2020

Commits on Mar 19, 2020

  1. Always build with -fPIC on GCC and clang

    Even if liboqs is built as a static library, building shared versions of OpenSSL will fail if liboqs isn't built with -fPIC. Always build with it so the shared build will work, as this won't affect the static OpenSSL build.
    kevinmkane committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    095fd61 View commit details
    Browse the repository at this point in the history