mirror of
https://git.telodendria.io/Telodendria/Cytoplasm.git
synced 2025-04-25 02:16:03 +00:00
[MOD/WIP] Disable thread-local storage for LMDB
DB locks ought to be enough...
This commit is contained in:
parent
004c53a028
commit
a90c66736c
2 changed files with 4 additions and 4 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue