aboutsummaryrefslogtreecommitdiff
path: root/projects/ghostscript
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2020-04-03 20:30:19 +0800
committerGitHub <noreply@github.com>2020-04-03 05:30:19 -0700
commit3b695b10de0d0fa36a002f71301abdbee9e625e4 (patch)
tree5ce74f3a89ba6efb2f5df07f52f319134d17644c /projects/ghostscript
parentf5098035eb1a14aa966c8651d88ea3d64323823d (diff)
downloadoss-fuzz-3b695b10de0d0fa36a002f71301abdbee9e625e4.tar.gz
[ghostscript] Build using the bundled tiff and jpeg libraries. (#3579)
The previous configuration tried to use the system tiff library with the bundled jpeg library. That configuration is not supported by Ghostscript.
Diffstat (limited to 'projects/ghostscript')
-rw-r--r--projects/ghostscript/Dockerfile2
-rwxr-xr-xprojects/ghostscript/build.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/projects/ghostscript/Dockerfile b/projects/ghostscript/Dockerfile
index c4cdbd9dd..92b276f86 100644
--- a/projects/ghostscript/Dockerfile
+++ b/projects/ghostscript/Dockerfile
@@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER skau@google.com
-RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev libtiff-dev
+RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.savannah.nongnu.org/git/freetype/freetype2.git freetype
RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
diff --git a/projects/ghostscript/build.sh b/projects/ghostscript/build.sh
index 11ca104f8..94d8a715d 100755
--- a/projects/ghostscript/build.sh
+++ b/projects/ghostscript/build.sh
@@ -33,7 +33,6 @@ cd ghostpdl
rm -rf cups/libs || die
rm -rf freetype || die
rm -rf libpng || die
-rm -rf tiff || die
rm -rf zlib || die
mv ../freetype freetype