From 1d8c79554328f6925a5e73cb6564a19743505090 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Tue, 3 Dec 2019 19:48:28 +0000 Subject: [PATCH] tiff: fix automagic codec support resulting in undefined symbols --- packages/graphics/tiff/package.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/graphics/tiff/package.mk b/packages/graphics/tiff/package.mk index 84f9f421e8..61aee38443 100644 --- a/packages/graphics/tiff/package.mk +++ b/packages/graphics/tiff/package.mk @@ -16,6 +16,10 @@ PKG_TOOLCHAIN="configure" PKG_CONFIGURE_OPTS_TARGET="--enable-static \ --disable-shared \ --disable-mdi \ + --disable-jbig \ + --disable-lzma \ + --disable-zstd \ + --disable-webp \ --enable-cxx \ --with-jpeg-lib-dir=$SYSROOT_PREFIX/usr/lib \ --with-jpeg-include-dir=$SYSROOT_PREFIX/usr/include \