[issue21541] Provide configure option --with-ssl for compilation with custom openssl

Ronald Oussoren report at bugs.python.org
Fri May 30 13:20:42 CEST 2014


Ronald Oussoren added the comment:

Isn't Modules/Setup used for builtin modules?

The proposed configure flags are easier to find because similar flags are used by other projects using autoconf. 

Note that on OSX you could use "CFLAGS=-I/path/to/ssl/include LDFLAGS=-L/path/to/ssl/lib", because setup.py contains code to add directories from those flags to its search path for headers and libraries, but only for OSX because I was overly cautious when adding that code.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21541>
_______________________________________


More information about the Python-bugs-list mailing list