add a note regarding the usage of the bundled libtls

See https://codeberg.org/op/gmid/issues/2
This commit is contained in:
Omar Polo 2024-02-02 08:24:28 +00:00
parent acf244c516
commit 8f543d941e
1 changed files with 4 additions and 0 deletions

4
configure vendored
View File

@ -59,6 +59,10 @@ CDIAGFLAGS="${CDIAGFLAGS} -Wsign-compare -Wno-unused-parameter" # -Wshadow
CDIAGFLAGS="${CDIAGFLAGS} -Wno-missing-field-initializers"
CDIAGFLAGS="${CDIAGFLAGS} -Wno-pointer-sign"
# On all OSes except OpenBSD use the bundled one. It may crash at
# runtime otherwise since we depend on the libtls internals for the
# privsep crypto engine.
# See <https://codeberg.org/op/gmid/issues/2>.
LIBTLS=bundled # or system
if [ "$(uname || true)" = OpenBSD ]; then
LIBTLS=system