diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-01-25 21:15:51 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-01-25 21:15:51 -0800 |
| commit | add8ef90b413239ef87f7d7fb9bb4ff3463173e4 (patch) | |
| tree | ae7e13092b40b48f4e586101584e141fef002113 /ports/libarchive/CONTROL | |
| parent | c379962a420afaa17e3041f7ba54585a613818cc (diff) | |
| parent | 490ddfe2f7362c442190f4da9e41386a8a811681 (diff) | |
| download | vcpkg-add8ef90b413239ef87f7d7fb9bb4ff3463173e4.tar.gz vcpkg-add8ef90b413239ef87f7d7fb9bb4ff3463173e4.zip | |
Merge pull request #586 from codicodi/fix-libarchive
[libarchive] fix build with VS2017
Diffstat (limited to 'ports/libarchive/CONTROL')
| -rw-r--r-- | ports/libarchive/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL index c035a891e..96f2de7dd 100644 --- a/ports/libarchive/CONTROL +++ b/ports/libarchive/CONTROL @@ -1,4 +1,4 @@ Source: libarchive
-Version: 3.2.2
+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
|
