diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:35:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:35:51 +0000 |
commit | 8c2f64a0343f0649b24990494adec172d8669ec1 (patch) | |
tree | f0234b534a15ce99269edf7df2c64905565bcc28 | |
parent | Updating vcs fields. (diff) | |
download | openldap-8c2f64a0343f0649b24990494adec172d8669ec1.tar.xz openldap-8c2f64a0343f0649b24990494adec172d8669ec1.zip |
Building with openssl instead of gnutls.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/configure.options | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/configure.options b/debian/configure.options index a735ad8..921fba9 100644 --- a/debian/configure.options +++ b/debian/configure.options @@ -177,7 +177,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 a5409dd..67bec34 100644 --- a/debian/control +++ b/debian/control @@ -14,10 +14,10 @@ Build-Depends: debhelper-compat (= 12), groff-base, heimdal-multidev (>= 7.4.0.dfsg.1-1~) <!pkg.openldap.noslapd>, libargon2-dev <!pkg.openldap.noslapd>, - libgnutls28-dev, libltdl-dev <!pkg.openldap.noslapd>, libperl-dev (>= 5.8.0) <!pkg.openldap.noslapd>, libsasl2-dev, + libssl-dev, libwrap0-dev <!pkg.openldap.noslapd>, nettle-dev <!pkg.openldap.noslapd>, openssl <!nocheck>, |