Commit 5898dd7
committed
fix(package-tiff): wire zlib into libtiff so the Deflate codec is built
libtiff already declared zlib as a dependency, so it was fetched and built, but the CMake flags were never passed through — every published build (up to beta.24) shipped libtiff without Deflate/zip support. Forward -Dzlib=ON and the ZLIB_* paths via ifDep, matching the existing jpeg/lerc/zstd wiring.1 parent f2aebc9 commit 5898dd7
1 file changed
Lines changed: 6 additions & 0 deletions
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
0 commit comments