diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:24:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:24:29 +0000 |
commit | 444dc7da2afb30c5ffa71b9319470619031229eb (patch) | |
tree | 2e36236907fe3289ed760dcf941bdb8b388366bf /debian | |
parent | Updating vcs fields. (diff) | |
download | lynx-444dc7da2afb30c5ffa71b9319470619031229eb.tar.xz lynx-444dc7da2afb30c5ffa71b9319470619031229eb.zip |
Building with openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 8f2aaf9..254c3e9 100644 --- a/debian/control +++ b/debian/control @@ -16,9 +16,9 @@ Build-Depends: gettext, libbsd-dev, libbz2-dev, - libgnutls28-dev, libidn2-dev, libncursesw5-dev, + libssl-dev, openssh-client, pkg-config, sharutils, diff --git a/debian/rules b/debian/rules index 7e4ca22..53ec953 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 |