aboutsummaryrefslogtreecommitdiff
path: root/ports/libarchive/CONTROL
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2021-04-03 03:53:07 +0800
committerGitHub <noreply@github.com>2021-04-02 12:53:07 -0700
commite353c4bdda6e1f89b730abf411b26ecd2a0b5e86 (patch)
tree1c3ebaab71a22c2dd7564cac02d5cf52af067996 /ports/libarchive/CONTROL
parent42c437bb33261a2da5e1471195cc6a231af099f3 (diff)
downloadvcpkg-e353c4bdda6e1f89b730abf411b26ecd2a0b5e86.tar.gz
vcpkg-e353c4bdda6e1f89b730abf411b26ecd2a0b5e86.zip
[libarchive] Remove lzo from the default feature list (#16957)
* [libarchive] Remove lzo from the default feature list * Update the baseline version
Diffstat (limited to 'ports/libarchive/CONTROL')
-rw-r--r--ports/libarchive/CONTROL36
1 files changed, 0 insertions, 36 deletions
diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL
deleted file mode 100644
index a16b6179e..000000000
--- a/ports/libarchive/CONTROL
+++ /dev/null
@@ -1,36 +0,0 @@
-Source: libarchive
-Version: 3.4.3
-Port-Version: 3
-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, 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
-
-Feature: lz4
-Build-Depends: lz4
-Description: LZ4 support
-
-Feature: lzma
-Build-Depends: liblzma
-Description: LZMA support
-
-Feature: lzo
-Build-Depends: lzo
-Description: LZO support
-
-Feature: openssl
-Build-Depends: openssl
-Description: OpenSSL support