Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > 4c532bfb9916518564da5ba2805999f5 > files > 89

qtbase5-5.15.12-3.mga10.src.rpm

From c0f33d9c817850e52f935b01266dcd2c38aa7df8 Mon Sep 17 00:00:00 2001
From: Andreas Sturmlechner <asturm@gentoo.org>
Date: Wed, 24 May 2023 20:21:33 +0200
Subject: [PATCH 090/147] Use pkgconfig in order to find libproxy configuration

>=libproxy-0.5 moved proxy.h into a non-default include search path.

See also:
https://github.com/libproxy/libproxy/issues/226#issuecomment-1557064225
https://bugs.gentoo.org/906879

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
---
 src/network/configure.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/network/configure.json b/src/network/configure.json
index 271ff164ac..ffba2d1eea 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -53,7 +53,7 @@
             },
             "headers": "proxy.h",
             "sources": [
-                "-lproxy"
+                { "type": "pkgConfig", "args": "libproxy-1.0" }
             ]
         },
         "openssl_headers": {
-- 
2.40.1