tiff: force libdeflate support to off
authorSebastian Kemper <sebastian_ml@gmx.net>
Tue, 7 Mar 2023 21:31:41 +0000 (22:31 +0100)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 21 Feb 2024 07:08:53 +0000 (08:08 +0100)
commit16480e7038a2512e0cc75ab9836aaaacf2180d24
tree5f3a3e3884ad3c813a5cda2207f0cec63636650c
parentb72390bb955a23a6e6fe9609e87f65594fa46c44
tiff: force libdeflate support to off

Commit 81d2b72 added a package providing libdeflate. Tiff by default
links to it, causing a build error.

Package libtiff is missing dependencies for the following libraries:
libdeflate.so.0

This commit forces libdeflate use off to avoid this. No revision bump is
done because the package is currently not compiling anyway.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
(cherry picked from commit e3c6da4e25a96eae0cf249393af8599659a04b09)
libs/tiff/Makefile