From f1330f609c89d228a795312be42f2cdd34df999f Mon Sep 17 00:00:00 2001 From: hauke 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@39659 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0