From 355c237e093f8c968a53174518ef070a681d3c94 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Wed, 8 Apr 2026 15:53:47 +0200 Subject: [PATCH] Fix pkg-config finding the wrong CURL --- curl.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/curl.sh b/curl.sh index b9d19de395..d9296885de 100644 --- a/curl.sh +++ b/curl.sh @@ -3,6 +3,8 @@ version: "7.70.0" tag: curl-7_70_0 license: curl source: https://github.com/curl/curl.git +prepend_path: + PKG_CONFIG_PATH: "$CURL_ROOT/lib/pkgconfig" build_requires: - "OpenSSL:(?!osx)" - alibuild-recipe-tools