mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-22 14:48:28 +00:00
Use gnutls crypto provider in the AppImage
This commit is contained in:
parent
0e94aa6919
commit
5e936dddff
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:14.04
|
||||
RUN apt-get update && \
|
||||
apt-get -y install screen autoconf git \
|
||||
build-essential zlib1g-dev libjpeg-dev \
|
||||
build-essential zlib1g-dev libjpeg-dev libgnutls28-dev \
|
||||
docbook-xsl fop xsltproc \
|
||||
inkscape imagemagick busybox-static wget fuse && \
|
||||
apt-get clean && \
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user