From 4c3b674cc96929c189b605c4594658c48a538b44 Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 8 Nov 2024 11:49:39 +0300 Subject: [PATCH] curl ver. bump --- system/base/curl/actions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/base/curl/actions.py b/system/base/curl/actions.py index 25e98525..f812ab71 100644 --- a/system/base/curl/actions.py +++ b/system/base/curl/actions.py @@ -35,6 +35,7 @@ def setup(): --enable-hidden-symbols \ --disable-versioned-symbols \ --without-libgsasl \ + --without-libpsl \ ac_cv_header_gss_h=no \ --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \ --prefix=/usr \