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