mirror of https://github.com/google/oss-fuzz.git
95548b2613
* fix link failure with libtiff
The fuzz targets were failing to link with:
```
Step #4: /work/lib/libtiff.a(tif_lzma.o): In function `TIFFInitLZMA':
Step #4: /src/libtiff/libtiff/tif_lzma.c:465: undefined reference to
`lzma_lzma_preset'
```
It looks like it's become necessary to explicitly link -llzma, see:
|
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml |