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 jlt63
Recipients ghaering, jlt63, ocean-city, rpetrov, tan2, vitalyy2000
Date 2008-09-23.19:56:01
SpamBayes Score 1.1083912e-12
Marked as misclassified No
Message-id <1222199762.53.0.202010072409.issue1706863@psf.upfronthosting.co.za>
In-reply-to
Content
The Cygwin build issue was worked around by releasing a sqlite3 
package that contains a static library too. However, this causes the 
Python _sqlite module to be statically linked against sqlite3 even 
though a shared library version is available.

The following patch enables Cygwin to leverage off on the ".dylib" 
functionality added (AFAICT) for Mac OS X.  After the patch is applied,
the _sqlite module is linked against the shared sqlite3 library 
instead of the static one.

Is the patch acceptable? Or, can someone think of a better approach?
History
Date User Action Args
2008-09-23 19:56:02jlt63setrecipients: + jlt63, ghaering, ocean-city, vitalyy2000, tan2, rpetrov
2008-09-23 19:56:02jlt63setmessageid: <1222199762.53.0.202010072409.issue1706863@psf.upfronthosting.co.za>
2008-09-23 19:56:01jlt63linkissue1706863 messages
2008-09-23 19:56:01jlt63create