Issue 15234: avoid runtime library path for extensions found in system directories (original) (raw)

Issue15234

Created on 2012-07-01 08:29 by doko, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
avoid-rpath.diff doko,2014-04-17 15:51
Messages (4)
msg164460 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2012-07-01 08:29
if a runtime library path is passed to build an extension, it always ends up in the .so file. it's not needed, so avoid runtime library path for extensions found in system directories.
msg216700 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2014-04-17 15:51
updated patch, reviewed by Thomas, checked that rpath is not added, and the the extensions still build.
msg216701 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-04-17 15:55
New changeset 1a00e04a233d by doko in branch '3.4': - Issue #15234: For BerkelyDB and Sqlite, only add the found library and http://hg.python.org/cpython/rev/1a00e04a233d
msg216702 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2014-04-17 15:56
fixed
History
Date User Action Args
2022-04-11 14:57:32 admin set github: 59439
2014-04-17 15:56:54 doko set status: open -> closedresolution: fixedmessages: +
2014-04-17 15:55:48 python-dev set nosy: + python-devmessages: +
2014-04-17 15:52:00 doko set files: - rpath.diff
2014-04-17 15:51:39 doko set files: + avoid-rpath.diffnosy: + twoutersmessages: +
2012-07-01 08:29:13 doko create