[libarchive] Disable libiconv support

This fixes an issue with the detection code on VS2017. Additionally, it appears that the functionality provided by libiconv is minimal on Windows due to the existance of the Win32 conversion APIs.
This commit is contained in:
Robert Schumacher 2017-01-25 21:14:57 -08:00
parent cf5770d264
commit 490ddfe2f7
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
Source: libarchive
Version: 3.2.2-1
Version: 3.2.2-2
Description: Library for reading and writing streaming archives
Build-Depends: zlib, bzip2, libxml2, libiconv, lz4, liblzma, openssl
Build-Depends: zlib, bzip2, libxml2, lz4, liblzma, openssl

View File

@ -33,6 +33,7 @@ vcpkg_configure_cmake(
-DENABLE_XATTR=OFF
-DENABLE_ACL=OFF
-DENABLE_TEST=OFF
-DENABLE_ICONV=OFF
-DPOSIX_REGEX_LIB=NONE
OPTIONS_DEBUG
-DARCHIVE_SKIP_HEADERS=ON)