summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:22:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:22:48 +0000
commitab7c0201f270f36ed7f300de7b31bb2dcc5f466c (patch)
tree1bec6dd06bf61501334f34541b33fd69e88de4de /debian
parentUpdating vcs fields. (diff)
downloadlynx-ab7c0201f270f36ed7f300de7b31bb2dcc5f466c.tar.xz
lynx-ab7c0201f270f36ed7f300de7b31bb2dcc5f466c.zip
Building with openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules4
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index d677ccf..bfcb473 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
libbrotli-dev,
libbsd-dev,
libbz2-dev,
- libgnutls28-dev,
+ libssl-dev,
libidn2-dev,
libncurses-dev,
openssh-client,
diff --git a/debian/rules b/debian/rules
index f995c54..1a89d53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND := -Wall -DNO_BUILDSTAMP
-SSL=gnu
-# uncomment the next line if you want openssl version
-#SSL=ssl
+SSL=ssl
ifeq ($(SSL),gnu)
CONFTLS := --with-gnutls=/usr