This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients machyniak, maker, r.david.murray, ronaldoussoren
Date 2014-05-30.11:20:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401448842.61.0.180408414289.issue21541@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-05-30 11:20:42ronaldoussorensetrecipients: + ronaldoussoren, r.david.murray, maker, machyniak
2014-05-30 11:20:42ronaldoussorensetmessageid: <1401448842.61.0.180408414289.issue21541@psf.upfronthosting.co.za>
2014-05-30 11:20:42ronaldoussorenlinkissue21541 messages
2014-05-30 11:20:42ronaldoussorencreate