Browse Source

Merge pull request #7553 from micmac1/tiff-4010-switches

tiff: disable ZSTD and WebP codecs explicitly
lilik-openwrt-22.03
Hannu Nyman 6 years ago
committed by GitHub
parent
commit
6db5546c49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      libs/tiff/Makefile

+ 4
- 2
libs/tiff/Makefile View File

@ -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 <jiri@slachta.eu>
endef
@ -75,6 +75,8 @@ CONFIGURE_ARGS += \
--enable-jpeg \
--disable-old-jpeg \
--disable-jbig \
--disable-webp \
--disable-zstd \
--without-x
define Build/InstallDev/hxx


Loading…
Cancel
Save