Depend on LGPL builds of libarchive>=3.8 (#3982)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2025-06-11 12:03:56 +02:00 committed by GitHub
parent 1573192395
commit e6a391ba3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,9 @@ dependencies:
# libmamba dependencies
- cpp-expected
- fmt >=11.1.0
- libarchive
# As of libarchive 3.8, builds of libarchive for different licenses
# are available. We use the LGPL version here.
- libarchive>=3.8 lgpl_*
- libcurl >=7.86
- libsodium
- libsolv >=0.7.18

View File

@ -21,7 +21,9 @@ dependencies:
- libcurl-static >=8.4.0
- xz-static
- libssh2-static
- libarchive-minimal-static
# As of libarchive 3.8, builds of libarchive for different licenses
# are available. We use the LGPL version here.
- libarchive-minimal-static>=3.8 lgpl_*
- krb5-static
- openssl
- libopenssl-static