diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-30 14:11:26 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-04-30 14:11:26 +0200 |
| commit | 9e4205573dd6c32e6bfe41d247a236370a19ea1e (patch) | |
| tree | 58d4eed135bc3b73d1005dfff345032e47c52dd2 /test/fuzzers | |
| parent | 9d1a7a68c5d0689b4854919c92725ee01393eea4 (diff) | |
| download | PROJ-9e4205573dd6c32e6bfe41d247a236370a19ea1e.tar.gz PROJ-9e4205573dd6c32e6bfe41d247a236370a19ea1e.zip | |
Fix ossfuzz builds [ci skip]
Diffstat (limited to 'test/fuzzers')
| -rwxr-xr-x | test/fuzzers/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fuzzers/build.sh b/test/fuzzers/build.sh index 37a207e0..54909fea 100755 --- a/test/fuzzers/build.sh +++ b/test/fuzzers/build.sh @@ -35,8 +35,8 @@ fi # build libcurl.a (builing against Ubuntu libcurl.a doesn't work easily) cd curl -./buildconf -./configure --disable-shared --prefix=$SRC/install +autoreconf -i +./configure --disable-shared --with-openssl --prefix=$SRC/install make clean -s make -j$(nproc) -s make install |
