From 7649305de5e3751c37b0f09a17801dbb29737d45 Mon Sep 17 00:00:00 2001 From: Roland Rosenfeld Date: Fri, 5 Jun 2020 13:39:04 +0200 Subject: [PATCH] Debian: Compile --with-mbedtls to allow https-inspection. --- debian/changelog | 1 + debian/rules | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 205eee76..c12d6729 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ privoxy (3.0.29~gitdbcfeb-1) UNRELEASED; urgency=medium incorporated upstream. * d/copyright: use ./ prefix to upstream filenames, because orig.tar.gz is build with a ./ prefix. + * Compile --with-mbedtls to allow https-inspection. -- Roland Rosenfeld Sat, 04 Apr 2020 14:46:51 +0200 diff --git a/debian/rules b/debian/rules index c8f914e8..1aff66f0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -# (c) 2002-2018 Roland Rosenfeld +# (c) 2002-2020 Roland Rosenfeld # # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -23,6 +23,7 @@ override_dh_auto_configure: --enable-zlib \ --enable-no-gifs \ --enable-external-filters \ + --with-mbedtls \ --with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular override_dh_auto_build: -- 2.39.2