Module Name: src Committed By: joerg Date: Fri Feb 5 21:48:52 UTC 2021
Modified Files: src/external/public-domain/sqlite: Makefile.inc Log Message: Reenable threadsafe sqlite. Do it properly and only enable thread-safety, but not the worker thread support. The latter is what requires the whole libpthread dependency. A potential compromis would be to use a weak pthread_create and only enable worker threads if it is provided, but given that it is only really used for large sorts, don't bother for now. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/public-domain/sqlite/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.