Debian: Compile --with-mbedtls to allow https-inspection.
authorRoland Rosenfeld <roland@debian.org>
Fri, 5 Jun 2020 11:39:04 +0000 (13:39 +0200)
committerRoland Rosenfeld <roland@debian.org>
Fri, 5 Jun 2020 16:18:12 +0000 (18:18 +0200)
debian/changelog
debian/rules

index 205eee7..c12d672 100644 (file)
@@ -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.
     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 <roland@debian.org>  Sat, 04 Apr 2020 14:46:51 +0200
 
 
  -- Roland Rosenfeld <roland@debian.org>  Sat, 04 Apr 2020 14:46:51 +0200
 
index c8f914e..1aff66f 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 #
 #!/usr/bin/make -f
 #
-# (c) 2002-2018 Roland Rosenfeld <roland@debian.org>
+# (c) 2002-2020 Roland Rosenfeld <roland@debian.org>
 #
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 #
 # 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 \
                --enable-zlib \
                --enable-no-gifs \
                --enable-external-filters \
+               --with-mbedtls \
                --with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular
 
 override_dh_auto_build:
                --with-docbook=/usr/share/sgml/docbook/stylesheet/dsssl/modular
 
 override_dh_auto_build: