[tiff] Changed library linkage to static. (#5766)

This commit is contained in:
Alexej Harm 2019-03-22 07:10:23 +01:00 committed by Phil Christensen
parent dc970afe34
commit 6e8725ba64
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Source: tiff
Version: 4.0.10-3
Version: 4.0.10-4
Build-Depends: zlib, libjpeg-turbo, liblzma (!uwp)
Description: A library that supports the manipulation of TIFF image files

View File

@ -2,6 +2,8 @@ include(vcpkg_common_functions)
set(LIBTIFF_VERSION 4.0.10)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_download_distfile(ARCHIVE
URLS "http://download.osgeo.org/libtiff/tiff-${LIBTIFF_VERSION}.tar.gz"
FILENAME "tiff-${LIBTIFF_VERSION}.tar.gz"