]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add "runtime_library_dirs = ssl_libs" to the _socket Extension
authorBarry Warsaw <barry@python.org>
Mon, 30 Sep 2002 14:42:29 +0000 (14:42 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Sep 2002 14:42:29 +0000 (14:42 +0000)
commit8d92ee88cbe0d91122aa378a6ee142fc3051bbfe
treead340bf82e6337c9634d34fa52aa0258b35b50bc
parent036f6a80bf4aac8751ceb6c5b898a8983b887fbf
Add "runtime_library_dirs = ssl_libs" to the _socket Extension
specification so that the proper runtime ld.so path gets compiled into
the extension.  This fixes _socket for Solaris systems with libssl and
libcrypto in non-standard locations and should be fine for other
systems as well.  Closes SF bug #565710.

Forward port candidate for Python 2.3 (I'll work on that).
setup.py