nixpkgs/pkgs/tools/graphics/netpbm
Jan Tojnar 90180905a2
netpbm: Fix tiff support
The build script check whether JPEGLIB and ZLIB are not set to NONE.
We did not set the latter as pkg-config handles zlib requirement
for libpng dependency and the comment in config.mk only talks about
zlib being needed for libpng.

Since libtiff only needs libz for static linking, we turn TIFFLIB_NEEDS_ZLIB
off instead of pointlessly setting ZLIB value.

Closes: https://github.com/NixOS/nixpkgs/issues/75156
2020-03-01 15:13:03 +01:00
..
default.nix netpbm: Fix tiff support 2020-03-01 15:13:03 +01:00
update.sh netpbm: add updateScript 2020-03-01 15:13:02 +01:00