aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/build-appimage
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-11-11 02:19:59 +0100
committerJay Berkenbilt <ejb@ql.org>2019-11-11 02:19:59 +0100
commit5e936dddff983b70d671a18f383bf8b3ce25b68f (patch)
tree4f133f7cfb0f9044bf33248fca20ba90bd622093 /appimage/build-appimage
parent0e94aa69195b1a3f17abb486db67fe5e3b0928e5 (diff)
downloadqpdf-5e936dddff983b70d671a18f383bf8b3ce25b68f.tar.zst
Use gnutls crypto provider in the AppImage
Diffstat (limited to 'appimage/build-appimage')
-rwxr-xr-xappimage/build-appimage1
1 files changed, 1 insertions, 0 deletions
diff --git a/appimage/build-appimage b/appimage/build-appimage
index b0ac72b1..2286ede0 100755
--- a/appimage/build-appimage
+++ b/appimage/build-appimage
@@ -84,6 +84,7 @@ rm -rf $here/build
# Prepare build of QPDF from sources:
./configure --prefix=/usr --enable-werror \
+ --enable-crypto-gnutls --disable-implicit-crypto \
--enable-show-failed-test-output \
--enable-html-doc --enable-pdf-doc "$CUSTOM_CONFIGURE"