Skip to content

Commit

Permalink
Use pkgconfig in order to find libproxy configuration
Browse files Browse the repository at this point in the history
>=libproxy-0.5 moved proxy.h into a non-default include search path.

See also:
libproxy/libproxy#226 (comment)
https://bugs.gentoo.org/906879

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r authored and tsdgeos committed Oct 4, 2023
1 parent 3e42ebf commit 514bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/configure.json
Expand Up @@ -53,7 +53,7 @@
},
"headers": "proxy.h",
"sources": [
"-lproxy"
{ "type": "pkgConfig", "args": "libproxy-1.0" }
]
},
"openssl_headers": {
Expand Down

0 comments on commit 514bc8b

Please sign in to comment.