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