Incorrect absolute path in setup.py

Bug #305648 reported by Jacob Feisley
2
Affects Status Importance Assigned to Milestone
pyOpenSSL
Fix Released
Low
Jean-Paul Calderone

Bug Description

In setup.py on line 60 there is the following line:

ExtraObjects = [r"c:\Python25\libs\ssleay32.a"]

This might make more sense to be dynamic or at least point to the default OpenSSL path for this object:

ExtraObjects = [r"C:\OpenSSL\lib\MinGW\ssleay32.a"]

Changed in pyopenssl:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Jean-Paul Calderone (exarkun) wrote :

setup.py will now check a few locations for this library. This still kind of sucks, but I guess it's a bit better.

Changed in pyopenssl:
assignee: nobody → exarkun
milestone: none → 0.9
status: Confirmed → Fix Committed
Changed in pyopenssl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.