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

Use --with-openssl-rpath flag when building Python #2229

Open
mscastanho opened this issue Jul 6, 2021 · 2 comments
Open

Use --with-openssl-rpath flag when building Python #2229

mscastanho opened this issue Jul 6, 2021 · 2 comments

Comments

@mscastanho
Copy link
Contributor

Python 3.10 added a new --with-openssl-rpath flag to improve the detection of a custom OpenSSL insallation (python/cpython@32eba61).

We may need to use it on AT next (future 16) to make sure we are using AT's OpenSSL and not the system's when building Python.

@mscastanho
Copy link
Contributor Author

Some related bugs that contain more info about this flag and the issues it solves:
https://bugs.python.org/issue43466
https://bugs.python.org/issue34028

@tuliom
Copy link
Contributor

tuliom commented Sep 6, 2021

I am skeptical of setting RPATH or RUNPATH for executables or libraries built with AT. It shouldn't be necessary.
It sounds like a workaround to another kind of issue.

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

No branches or pull requests

2 participants