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:06:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633424796.53.0.225034247713.issue45371@roundup.psfhosted.org>
In-reply-to
Content
$ CC=clang ./configure --with-openssl=/home/heimes/dev/python/multissl/openssl/3.0.0 --with-openssl-rpath=auto
$ make
$ readelf -d build/lib.linux-x86_64-3.11/_ssl.cpython-311-x86_64-linux-gnu.so | grep RUNPATH
 0x000000000000001d (RUNPATH)            Library runpath: [/home/heimes/dev/python/multissl/openssl/3.0.0/lib]
History
Date User Action Args
2021-10-05 09:06:36christian.heimessetrecipients: + christian.heimes, eric.araujo, dstufft
2021-10-05 09:06:36christian.heimessetmessageid: <1633424796.53.0.225034247713.issue45371@roundup.psfhosted.org>
2021-10-05 09:06:36christian.heimeslinkissue45371 messages
2021-10-05 09:06:36christian.heimescreate