mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Require openssl >= 1.1.1
Versions older this are sufficiently old that we don't want to support them, and they require extra support code.
This commit is contained in:
parent
2196fd1146
commit
2445afd92c
4 changed files with 1 additions and 27 deletions
|
@ -184,7 +184,7 @@ fi
|
|||
|
||||
# Look for OpenSSL, a required dependency. FIXME: this is only (maybe)
|
||||
# used by S3BinaryCacheStore.
|
||||
PKG_CHECK_MODULES([OPENSSL], [libcrypto], [CXXFLAGS="$OPENSSL_CFLAGS $CXXFLAGS"])
|
||||
PKG_CHECK_MODULES([OPENSSL], [libcrypto >= 1.1.1], [CXXFLAGS="$OPENSSL_CFLAGS $CXXFLAGS"])
|
||||
|
||||
|
||||
# Look for libarchive.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue