Merge pull request #199190 from LeSuisse/quictls-disable-enable-ktls-darwin
This commit is contained in:
commit
9616bc4dc5
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ stdenv.mkDerivation rec {
|
||||||
"shared" # "shared" builds both shared and static libraries
|
"shared" # "shared" builds both shared and static libraries
|
||||||
"--libdir=lib"
|
"--libdir=lib"
|
||||||
"--openssldir=etc/ssl"
|
"--openssldir=etc/ssl"
|
||||||
"enable-ktls"
|
|
||||||
] ++ lib.optionals withCryptodev [
|
] ++ lib.optionals withCryptodev [
|
||||||
"-DHAVE_CRYPTODEV"
|
"-DHAVE_CRYPTODEV"
|
||||||
"-DUSE_CRYPTODEV_DIGESTS"
|
"-DUSE_CRYPTODEV_DIGESTS"
|
||||||
|
|
Loading…
Reference in a new issue