]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
detect_modules(): Be more conservative about adding
authorBarry Warsaw <barry@python.org>
Thu, 10 Oct 2002 00:59:16 +0000 (00:59 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 10 Oct 2002 00:59:16 +0000 (00:59 +0000)
commit9f3e9496f54f08dbcb88467d90ee20e093e5ecb0
treeabf16427a25b36326fbb49dd136b7ee0216b0f60
parent712f7fb292d8e3ab6a40ca13dfb5e9892bc7a5ff
detect_modules(): Be more conservative about adding
runtime_library_dirs (i.e. -R flags) when building the _socket.so
module.  Whitelist only the platforms we know need the flags, which
are only sunos (aka Solaris) platforms at the moment.  Tested on
RH7.3, OSX 10.2, and Solaris 8.

Forward port candidate for Python 2.3.
setup.py