Pavel Machyniak added the comment:
This is the proposed patch (compared 2 trees src & upd where src is latest
release 3.4.1, upd is my working). Changes are in: configure, setup.py. Please
review it and hopefully integrate to future releases.
--
keywords: +patch
versions: +Python
New submission from Pavel Machyniak:
There is no easy way to build python with custom openssl build. This can lead
to miscellaneous problems (like segmentation faults) in various
situations/configurations (see eg.
http://stackoverflow.com/questions/22409092/coredump-when-compiling-python-with
Pavel Machyniak added the comment:
Unfortunately this patch will not work if there is other (system) openssl
installed in the default locations (`/usr/include`, `/usr/lib`) because this
patch only add another path at the end of the search list.
Instead of this I will make a ticket for