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

bpo-43466: Add --with-openssl-rpath configure option (GH-24820) #24820

Merged
merged 5 commits into from
Mar 19, 2021

Conversation

tiran
Copy link
Member

@tiran tiran commented Mar 10, 2021

  • Regenerate configure script
  • Improve blurb
  • Add documentation

Signed-off-by: Christian Heimes christian@python.org

https://bugs.python.org/issue43466

Signed-off-by: Christian Heimes <christian@python.org>
@tiran tiran marked this pull request as ready for review March 17, 2021 13:25
@tiran tiran requested a review from pablogsal March 17, 2021 13:25
@tiran tiran changed the title bpo-43466: Add --with-openssl-rpath configure option bpo-43466: Add --with-openssl-rpath configure option (GH-24820) Mar 19, 2021
@tiran tiran merged commit 32eba61 into python:master Mar 19, 2021
@tiran tiran deleted the bpo-43466 branch March 19, 2021 09:29
jab added a commit to jab/cpython that referenced this pull request Mar 20, 2021
* master: (129 commits)
  bpo-43452: Micro-optimizations to PyType_Lookup (pythonGH-24804)
  bpo-43517: Fix false positive in detection of circular imports (python#24895)
  bpo-43494: Make some minor changes to lnotab notes (pythonGH-24861)
  Mention that code.co_lnotab is deprecated in what's new for 3.10. (python#24902)
  bpo-43244: Remove symtable.h header file (pythonGH-24910)
  bpo-43466: Add --with-openssl-rpath configure option (pythonGH-24820)
  Fix a typo in c-analyzer (pythonGH-24468)
  bpo-41561: Add workaround for Ubuntu's custom security level (pythonGH-24915)
  bpo-43521: Allow ast.unparse with empty sets and NaN (pythonGH-24897)
  bpo-43244: Remove the PyAST_Validate() function (pythonGH-24911)
  bpo-43541: Fix PyEval_EvalCodeEx() regression (pythonGH-24918)
  bpo-43244: Fix test_peg_generators on Windows (pythonGH-24913)
  bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (pythonGH-18011)
  bpo-43244: Fix test_peg_generator for PyAST_Validate() (pythonGH-24912)
  bpo-42128: Add 'missing :' syntax error message to match statements (pythonGH-24733)
  bpo-43244: Add pycore_ast.h header file (pythonGH-24908)
  bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (pythonGH-24907)
  Remove unnecessary imports in the grammar parser (pythonGH-24904)
  bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (pythonGH-24843)
  Add PEP 626 to what's new in 3.10. (python#24892)
  ...
elprans pushed a commit to elprans/cpython that referenced this pull request Aug 18, 2021
@wimglenn
Copy link
Contributor

wimglenn commented Nov 9, 2022

Hi @tiran, thanks for contributing this option, it's useful!

Do you know if an rpath interpolation is possible? I tried to use --with-openssl-rpath='\$$ORIGIN/../../openssl-1.1.1g/lib' but got the --with-openssl-rpath "$with_openssl_rpath" is not a directory error.

Did not see any info about that in docs.

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.

4 participants