diff --git a/configs/components/curl.rb b/configs/components/curl.rb index 57ef5b5e8..b7100d54e 100644 --- a/configs/components/curl.rb +++ b/configs/components/curl.rb @@ -79,6 +79,7 @@ --disable-ldaps \ --with-ca-bundle=#{settings[:prefix]}/ssl/cert.pem \ --with-ca-path=#{settings[:prefix]}/ssl/certs \ + --without-nghttp2 \ CFLAGS='#{settings[:cflags]} #{extra_cflags.join(" ")}' \ #{settings[:host]}"] end