Skip to content

Commit 303ddf9

Browse files
authored
Merge pull request #835 from joshcooper/no_nghttp2
Disable nghttp2 explicitly
2 parents c7b0307 + 25fdb20 commit 303ddf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/components/curl.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
--disable-ldaps \
8080
--with-ca-bundle=#{settings[:prefix]}/ssl/cert.pem \
8181
--with-ca-path=#{settings[:prefix]}/ssl/certs \
82+
--without-nghttp2 \
8283
CFLAGS='#{settings[:cflags]} #{extra_cflags.join(" ")}' \
8384
#{settings[:host]}"]
8485
end

0 commit comments

Comments
 (0)