Skip to content

Commit a4def19

Browse files
(PA-7106) Add libpsl and point to the libpsl's so file
1 parent dc49de9 commit a4def19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

configs/components/curl.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
end
5454

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

5858
# OpenSSL version 3.0 & up no longer ships by default the insecure algorithms
5959
# that curl's ntlm module depends on (md4 & des).

configs/platforms/el-9-x86_64.rb

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
autoconf
1515
automake
1616
createrepo
17+
libpsl
1718
rsync
1819
cmake
1920
make

0 commit comments

Comments
 (0)