commit | 4cb373359d5ff29b222b10207516d294f3a54ad8 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sun Feb 25 04:07:24 2018 -0800 |
committer | Christian Heimes <christian@python.org> | Sun Feb 25 13:07:24 2018 +0100 |
tree | e75a39ac93e562ade3d2d6931dfcfb30d0c5a754 | |
parent | ff7528f089b60f8372c658f3bc3b14b059114da9 [diff] |
[3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874) The ctypes module used to depend on indirect linking for dlopen. The shared extension is now explicitly linked against libdl on platforms with dl. Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 5bb9692575f10f4a7c7f1c2c0c70956baf6d5c23) Co-authored-by: Christian Heimes <christian@python.org>