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 christian.heimes
Recipients christian.heimes, dstufft, eric.araujo
Date 2021-10-05.09:00:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633424435.3.0.953181779215.issue45371@roundup.psfhosted.org>
In-reply-to
Content
Chris Hills reported in bpo-43466 that the new --with-openssl-rpath=auto does not work with clang. It turns out to be a bug in distutils. UnixCCompiler.runtime_library_dir_option() does not detect clang correctly and emits wrong option for rpath.
History
Date User Action Args
2021-10-05 09:00:35christian.heimessetrecipients: + christian.heimes, eric.araujo, dstufft
2021-10-05 09:00:35christian.heimessetmessageid: <1633424435.3.0.953181779215.issue45371@roundup.psfhosted.org>
2021-10-05 09:00:35christian.heimeslinkissue45371 messages
2021-10-05 09:00:35christian.heimescreate