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 collinwinter
Recipients collinwinter
Date 2009-03-26.21:07:57
SpamBayes Score 0.0030830137
Marked as misclassified No
Message-id <1238101680.27.0.350099709898.issue5575@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds SSL_ROOT, SQLITE_INC and SQLITE_LIB environment
variables used to inject additional libraries/headers for building the
sqlite, hashlib and ssl modules. We've found this very useful for
building these modules against their dependencies statically for
deployment purposes. This may well not be useful for most CPython users,
but I figured it would be nice to have a record here.
History
Date User Action Args
2009-03-26 21:08:00collinwintersetrecipients: + collinwinter
2009-03-26 21:08:00collinwintersetmessageid: <1238101680.27.0.350099709898.issue5575@psf.upfronthosting.co.za>
2009-03-26 21:07:58collinwinterlinkissue5575 messages
2009-03-26 21:07:58collinwintercreate