From 4e8d21d849dc4c562d02c4aa22683296cbd314f7 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 24 Oct 2020 19:31:09 -0400 Subject: Build Windows releases with openssl; automate external libraries External libraries for Windows are now built automatically in the qpdf/external-libs repository and include openssl in addition to zlib and jpeg. Use these, and update the Windows build to build with the openssl crypto provider by default. We leave the native crypto provider enabled in case there is a problem with openssl and also to continue to exercise that code. --- build-scripts/make-distfiles | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build-scripts/make-distfiles') diff --git a/build-scripts/make-distfiles b/build-scripts/make-distfiles index 6a074aee..26ef161d 100755 --- a/build-scripts/make-distfiles +++ b/build-scripts/make-distfiles @@ -1,4 +1,5 @@ #!/bin/bash +cd $(dirname $0)/.. set -ex sudo apt-get update sudo apt-get -y install \ @@ -6,3 +7,4 @@ sudo apt-get -y install \ docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick ./configure --enable-doc-maintenance make -j$(nproc) distfiles.zip +build-scripts/download-external-libs -- cgit v1.2.3-70-g09d2