This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chaz6
Recipients chaz6, docs@python
Date 2021-10-05.09:47:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633427230.04.0.331465850003.issue45374@roundup.psfhosted.org>
In-reply-to
Content
Similar to https://bugs.python.org/issue43466 for openssl, please add a configure option to set rpath for sqlite3.

--with-sqlite-rpath=<DIR|auto|no>

Ideally, when any dpeendency is discovered with pkg-config, the correct rpath should be set, but this would be a breaking change.
History
Date User Action Args
2021-10-05 09:47:10chaz6setrecipients: + chaz6, docs@python
2021-10-05 09:47:10chaz6setmessageid: <1633427230.04.0.331465850003.issue45374@roundup.psfhosted.org>
2021-10-05 09:47:10chaz6linkissue45374 messages
2021-10-05 09:47:09chaz6create