Message403204
| 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:35 | christian.heimes | set | recipients: + christian.heimes, eric.araujo, dstufft |
| 2021-10-05 09:00:35 | christian.heimes | set | messageid: <1633424435.3.0.953181779215.issue45371@roundup.psfhosted.org> |
| 2021-10-05 09:00:35 | christian.heimes | link | issue45371 messages |
| 2021-10-05 09:00:35 | christian.heimes | create | |