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 yesimon
Recipients yesimon
Date 2015-04-03.14:36:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428071802.53.0.603746125685.issue23858@psf.upfronthosting.co.za>
In-reply-to
Content
Based off of https://github.com/Homebrew/linuxbrew/pull/330.

Currently building python on linux only looks for sqlite include paths in a hardcoded set of system paths, but if the user specifies -I/-L options during compilation, python setup.py looks there for sqlite3 as well, but only on OS X. This is problem for people who want to build python against a local version of sqlite3, and it is also inconsistent with the OS X behavior. Also the comments say that it should work on any unix-y OS!
History
Date User Action Args
2015-04-03 14:36:42yesimonsetrecipients: + yesimon
2015-04-03 14:36:42yesimonsetmessageid: <1428071802.53.0.603746125685.issue23858@psf.upfronthosting.co.za>
2015-04-03 14:36:42yesimonlinkissue23858 messages
2015-04-03 14:36:42yesimoncreate