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

Conversation

kevinmkane
Copy link
Contributor

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.

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.
@dstebila dstebila merged commit 734477f into open-quantum-safe:master Mar 19, 2020
@kevinmkane kevinmkane deleted the picbuild branch March 19, 2020 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants