diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 0c2a3d8f7..0c272382b 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tiff PKG_VERSION:=4.0.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.osgeo.org/libtiff @@ -32,7 +32,7 @@ include $(INCLUDE_DIR)/package.mk define Package/tiff/Default TITLE:=TIFF - URL:=http://www.remotesensing.org/libtiff/ + URL:=http://simplesystems.org/libtiff/ MAINTAINER:=Jiri Slachta endef @@ -75,6 +75,8 @@ CONFIGURE_ARGS += \ --enable-jpeg \ --disable-old-jpeg \ --disable-jbig \ + --disable-webp \ + --disable-zstd \ --without-x define Build/InstallDev/hxx