From 8f543d941e6780161c69b172706b84d137b93864 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 2 Feb 2024 08:24:28 +0000 Subject: [PATCH] add a note regarding the usage of the bundled libtls See https://codeberg.org/op/gmid/issues/2 --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 5eb6d83..9f0dc54 100755 --- a/configure +++ b/configure @@ -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 . LIBTLS=bundled # or system if [ "$(uname || true)" = OpenBSD ]; then LIBTLS=system