diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2021-05-11 19:37:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-11 10:37:52 -0700 |
| commit | 56a5c2ac52835bcdfe5962568cf1e61376a1dd82 (patch) | |
| tree | cfa5d2183ace55e9593fbabd7a878f492565444a /ports | |
| parent | 3b4dd085b0f5b410d9f587b3c9f7ad08a07449aa (diff) | |
| download | vcpkg-56a5c2ac52835bcdfe5962568cf1e61376a1dd82.tar.gz vcpkg-56a5c2ac52835bcdfe5962568cf1e61376a1dd82.zip | |
[libarchive] disable libb2 until properly handled (#17266)
* [libarchive] disable libbb2 until properly handled
* [libarchive] bump version
* update version refs
* update refs
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libarchive/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/libarchive/vcpkg.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libarchive/portfile.cmake b/ports/libarchive/portfile.cmake index e441bdea2..918761fa5 100644 --- a/ports/libarchive/portfile.cmake +++ b/ports/libarchive/portfile.cmake @@ -61,6 +61,7 @@ vcpkg_configure_cmake( -DENABLE_XATTR=OFF
-DENABLE_ACL=OFF
-DENABLE_ICONV=OFF
+ -DENABLE_LIBB2=OFF
-DENABLE_TEST=OFF
-DENABLE_WERROR=OFF
)
diff --git a/ports/libarchive/vcpkg.json b/ports/libarchive/vcpkg.json index 6258f226d..1e1ad9f92 100644 --- a/ports/libarchive/vcpkg.json +++ b/ports/libarchive/vcpkg.json @@ -1,7 +1,7 @@ { "name": "libarchive", "version-semver": "3.4.3", - "port-version": 5, + "port-version": 6, "description": "Library for reading and writing streaming archives", "homepage": "https://github.com/libarchive/libarchive", "supports": "!uwp", |
