sqlite3: always build a thread-safe library
authorSebastian Kemper <sebastian_ml@gmx.net>
Thu, 23 May 2019 17:55:43 +0000 (19:55 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Thu, 23 May 2019 17:59:50 +0000 (19:59 +0200)
commit31fcfa2e2469dae7aa52b39c4e5698d39afe36d9
tree784b761881b1a3f882b67f48e6d0b6cf9691f29a
parent279c09d0b24f72a7751620edd915da1868adb6f3
sqlite3: always build a thread-safe library

Pull request #9033 showed that there are problems with builds where
thread-safe mode is disabled. The binaries still reference functions
from libpthread. This commit removes the thread-safe choice for now.
Once this is addressed upstream the choice can be added back.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/sqlite3/Config-lib.in
libs/sqlite3/Makefile