We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc49de9 commit a4def19Copy full SHA for a4def19
configs/components/curl.rb
@@ -53,7 +53,7 @@
53
end
54
55
configure_options = []
56
- configure_options << "--with-ssl=#{settings[:prefix]} --without-libpsl"
+ configure_options << "--with-ssl=#{settings[:prefix]} --with-libpsl=/usr/lib64"
57
58
# OpenSSL version 3.0 & up no longer ships by default the insecure algorithms
59
# that curl's ntlm module depends on (md4 & des).
configs/platforms/el-9-x86_64.rb
@@ -14,6 +14,7 @@
14
autoconf
15
automake
16
createrepo
17
+ libpsl
18
rsync
19
cmake
20
make
0 commit comments