aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-29 17:39:31 +0100
committerGitHub <noreply@github.com>2020-01-29 08:39:31 -0800
commit4dc4c0240f96105f2330a0fc1f5f321a6e796ddb (patch)
tree63b149462503bd1e4ce07c1bf72fe6400474dc0e /projects
parent1e9cae0bdf7bc2d81c8acfd8669e4681e322a885 (diff)
downloadoss-fuzz-4dc4c0240f96105f2330a0fc1f5f321a6e796ddb.tar.gz
[PROJ4] Build libtiff from source to create a static archive (#3303)
Previously we linked against the dynamic libtiff library, but this didn't work when running the fuzzers. This time, actually tested by launching python infra/helper.py run_fuzzer $PROJECT_NAME proj_crs_to_crs_fuzzer
Diffstat (limited to 'projects')
-rw-r--r--projects/proj4/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/projects/proj4/Dockerfile b/projects/proj4/Dockerfile
index 56f887c98..6e9ca2c22 100644
--- a/projects/proj4/Dockerfile
+++ b/projects/proj4/Dockerfile
@@ -24,6 +24,8 @@ RUN git clone --depth 1 https://github.com/OSGeo/proj proj
RUN git clone --depth 1 https://github.com/curl/curl.git proj/curl
+RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff.git proj/libtiff
+
WORKDIR proj
RUN cp test/fuzzers/build.sh $SRC/