Merge pull request #136946 from lukegb/staging-next
curl: reenable ca-fallback when not using wolfsslSupport
This commit is contained in:
commit
8dbbdbc04e
@ -96,7 +96,7 @@ stdenv.mkDerivation rec {
|
||||
"--without-ca-bundle"
|
||||
"--without-ca-path"
|
||||
# The build fails when using wolfssl with --with-ca-fallback
|
||||
(lib.withFeature wolfsslSupport "ca-fallback")
|
||||
(lib.withFeature (!wolfsslSupport) "ca-fallback")
|
||||
"--disable-manual"
|
||||
(lib.withFeatureAs sslSupport "ssl" openssl.dev)
|
||||
(lib.withFeatureAs gnutlsSupport "gnutls" gnutls.dev)
|
||||
|
Loading…
Reference in New Issue
Block a user