diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:54:38 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:54:38 +0000 |
commit | 48454290e654458b3a4b59241616fcda50f0ea27 (patch) | |
tree | e09ec5bfe0ca4e6af3815f84c838b0df7edc4ca9 | |
parent | Updating vcs fields. (diff) | |
download | openldap-48454290e654458b3a4b59241616fcda50f0ea27.tar.xz openldap-48454290e654458b3a4b59241616fcda50f0ea27.zip |
Building with openssl instead of gnutls.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 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~) <!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>, |