summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:24:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:24:22 +0000
commit9c979868869f2b8429c30f55cea58c4628b04f95 (patch)
treef2a9d146ef10044299918c5cd4b10e3de9d7bb3e
parentUpdating vcs fields. (diff)
downloadopenldap-9c979868869f2b8429c30f55cea58c4628b04f95.tar.xz
openldap-9c979868869f2b8429c30f55cea58c4628b04f95.zip
Building with openssl instead of gnutls.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/configure.options2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/configure.options b/debian/configure.options
index 08a55e0..bbc1091 100644
--- a/debian/configure.options
+++ b/debian/configure.options
@@ -176,7 +176,7 @@
# --with-threads with threads [auto]
--with-threads
# --with-tls with TLS/SSL support auto|openssl|gnutls|moznss [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]
# --with-odbc with specific ODBC support iodbc|unixodbc|odbc32|auto [auto]
diff --git a/debian/control b/debian/control
index 39f12a2..e9a0947 100644
--- a/debian/control
+++ b/debian/control
@@ -13,10 +13,10 @@ Build-Depends: debhelper (>= 10),
groff-base,
heimdal-multidev (>= 7.4.0.dfsg.1-1~) <!stage1>,
libdb5.3-dev <!stage1>,
- libgnutls28-dev,
libltdl-dev <!stage1>,
libperl-dev (>= 5.8.0) <!stage1>,
libsasl2-dev,
+ libssl-dev,
libwrap0-dev <!stage1>,
nettle-dev <!stage1>,
perl:any,