mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
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>
This commit is contained in:
@@ -44,10 +44,4 @@ config SQLITE3_SESSION
|
||||
help
|
||||
Enable the session extension (default no).
|
||||
|
||||
config SQLITE3_THREADSAFE
|
||||
bool "Thread-safe library"
|
||||
default y
|
||||
help
|
||||
Build a thread-safe library.
|
||||
|
||||
endmenu
|
||||
|
||||
Reference in New Issue
Block a user