From a4def19065728fbe6579461b091ef171b0a492ec Mon Sep 17 00:00:00 2001 From: Shubham Shinde Date: Mon, 11 Nov 2024 13:54:34 +0530 Subject: [PATCH] (PA-7106) Add libpsl and point to the libpsl's so file --- configs/components/curl.rb | 2 +- configs/platforms/el-9-x86_64.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/components/curl.rb b/configs/components/curl.rb index 9b83c1008..27bffc677 100644 --- a/configs/components/curl.rb +++ b/configs/components/curl.rb @@ -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). diff --git a/configs/platforms/el-9-x86_64.rb b/configs/platforms/el-9-x86_64.rb index 9bd4f42a7..0cde0a870 100644 --- a/configs/platforms/el-9-x86_64.rb +++ b/configs/platforms/el-9-x86_64.rb @@ -14,6 +14,7 @@ autoconf automake createrepo + libpsl rsync cmake make