diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:12:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:12:36 +0000 |
commit | 15fc756face7b6b7909754f9b846f5d14728aee6 (patch) | |
tree | dde92095bd0379b8163f8e5a32f7c9f939cfe544 | |
parent | Updating vcs fields. (diff) | |
download | lynx-15fc756face7b6b7909754f9b846f5d14728aee6.tar.xz lynx-15fc756face7b6b7909754f9b846f5d14728aee6.zip |
Building with openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 70768d0..8ab6e62 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,9 @@ Build-Depends: autoconf-dickey, gettext, libbsd-dev, libbz2-dev, - libgnutls28-dev, libidn11-dev, libncursesw5-dev, + libssl-dev, openssh-client, sharutils, telnet | telnet-client, diff --git a/debian/rules b/debian/rules index b0ca680..7d7334f 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 |