From 48454290e654458b3a4b59241616fcda50f0ea27 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:54:38 +0200 Subject: Building with openssl instead of gnutls. Signed-off-by: Daniel Baumann --- debian/configure.options | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/configure.options b/debian/configure.options index 2bced34..16ff90b 100644 --- a/debian/configure.options +++ b/debian/configure.options @@ -175,7 +175,7 @@ # --with-threads with threads library auto|nt|posix|pth|lwp|manual [auto] --with-threads # --with-tls with TLS/SSL support auto|openssl|gnutls [auto] ---with-tls=gnutls +--with-tls=openssl # --with-yielding-select with implicitly yielding select [auto] # --with-mp with multiple precision statistics # auto|longlong|long|bignum|gmp [auto] diff --git a/debian/control b/debian/control index 8131f5e..b8c3c4c 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,10 @@ Build-Depends: debhelper-compat (= 13), groff-base, heimdal-multidev (>= 7.4.0.dfsg.1-1~) , libargon2-dev , - libgnutls28-dev, libltdl-dev , libperl-dev (>= 5.8.0) , libsasl2-dev, + libssl-dev, libwrap0-dev , nettle-dev , openssl , -- cgit v1.2.3