Skip to content

Commit

Permalink
(PA-7106) Add libpsl and point to the libpsl's so file
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Nov 11, 2024
1 parent dc49de9 commit a4def19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/components/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
end

configure_options = []
configure_options << "--with-ssl=#{settings[:prefix]} --without-libpsl"
configure_options << "--with-ssl=#{settings[:prefix]} --with-libpsl=/usr/lib64"

# OpenSSL version 3.0 & up no longer ships by default the insecure algorithms
# that curl's ntlm module depends on (md4 & des).
Expand Down
1 change: 1 addition & 0 deletions configs/platforms/el-9-x86_64.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
autoconf
automake
createrepo
libpsl
rsync
cmake
make
Expand Down

0 comments on commit a4def19

Please sign in to comment.