diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:59:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:59:49 +0000 |
commit | 9f27d910614e79c6374728af2608c3e3a0ae5087 (patch) | |
tree | c91f7cfc063b5630c48b5aaa3451699640d6f4df /debian/rules | |
parent | Updating vcs fields. (diff) | |
download | lynx-9f27d910614e79c6374728af2608c3e3a0ae5087.tar.xz lynx-9f27d910614e79c6374728af2608c3e3a0ae5087.zip |
Building with openssl.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 1 insertions, 3 deletions
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 |