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 <[email protected]> --- libs/tiff/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index ca31f39..e4af56e 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 \ -- 1.7.9.5 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
