Skip to content

Commit

Permalink
Merge pull request #9 from AnacondaRecipes/PKG-2152_openssl3
Browse files Browse the repository at this point in the history
Rebuild with OpenSSL 3 [skip ci]
  • Loading branch information
JeanChristopheMorinPerso authored Jun 15, 2023
2 parents 4a56cf9 + d26c8bd commit 7d996de
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
- patches/0008-VC9-compatibility-remove-C99.patch
- patches/0009-CMake-Force-Multi-threaded-DLL-runtime.patch
build:
number: 1
number: 2
#skip: true # [win and vc<14]
run_exports:
# https://abi-laboratory.pro/index.php?view=timeline&l=libarchive
Expand Down Expand Up @@ -48,10 +48,12 @@ requirements:
# Please don't distribute binary packages of libarchive linked
# against liblzo."
# - lzo
- openssl # [not osx]
- openssl {{ openssl }} # [not osx]
- libxml2 2.10
- zlib
- zstd
- zlib {{ zlib }}
- zstd {{ zstd }}
run:
- openssl 3.*

test:
requires:
Expand Down

0 comments on commit 7d996de

Please sign in to comment.