aboutsummaryrefslogtreecommitdiff
path: root/ports/libarchive/CONTROL
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-04-27 15:56:50 +0200
committerGitHub <noreply@github.com>2020-04-27 06:56:50 -0700
commitf05560d8125ff7bea31af4ef4e0432bf57b87eab (patch)
treee0bcf9e25b1940fa0859d89fe2ab3727691ca094 /ports/libarchive/CONTROL
parent657becf60941735a9cc42c064931eaf61c4bc017 (diff)
downloadvcpkg-f05560d8125ff7bea31af4ef4e0432bf57b87eab.tar.gz
vcpkg-f05560d8125ff7bea31af4ef4e0432bf57b87eab.zip
[libarchive] expose zstd as a build feature (#11044)
* [libarchive] add zlib and zstd to wrapper and expose zstd as a build feature. * bump control
Diffstat (limited to 'ports/libarchive/CONTROL')
-rw-r--r--ports/libarchive/CONTROL8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL
index dc53b2e82..425c2c72c 100644
--- a/ports/libarchive/CONTROL
+++ b/ports/libarchive/CONTROL
@@ -1,15 +1,19 @@
Source: libarchive
-Version: 3.4.1-1
+Version: 3.4.1-2
Homepage: https://github.com/libarchive/libarchive
Description: Library for reading and writing streaming archives
Build-Depends: zlib
-Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl
+Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl, zstd
Supports: !uwp
Feature: bzip2
Build-Depends: bzip2
Description: BZip2 support
+Feature: zstd
+Build-Depends: zstd
+Description: zstd support
+
Feature: libxml2
Build-Depends: libxml2
Description: Libxml2 support