[MOD/WIP] Disable thread-local storage for LMDB

DB locks ought to be enough...
This commit is contained in:
LDA 2024-08-09 12:03:09 +02:00
parent 004c53a028
commit a90c66736c
2 changed files with 4 additions and 4 deletions

2
configure vendored
View file

@ -113,7 +113,7 @@ if [ -n "$TLS_IMPL" ]; then
fi
if [ -n "$EDB_IMPL" ]; then
CFLAGS="${CFLAGS} -DEDB_IMPL=${EDB_IMPL}"
CFLAGS="${CFLAGS} -D${EDB_IMPL}"
LIBS="${LIBS} ${EDB_LIBS}"
fi