From cbca948e4af82346a8a1eea4f1671fd1f49ce4c4 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Fri, 21 Feb 2014 21:13:14 +0000 Subject: [PATCH] tiff: disable linking to liblzma This package requires liblzma as dependency if liblzma is selected. This patch disables linking to liblzma in its configure script. Signed-off-by: Jiri Slachta SVN-Revision: 39659 --- libs/tiff/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index a79b6b236..48fc0ebd9 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -63,6 +63,7 @@ define Build/Configure --enable-cxx, \ --disable-cxx \ ) \ + --disable-lzma \ --enable-ccitt \ --enable-packbits \ --enable-lzw \ -- 2.30.2