summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/neon/neon/pkgconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/neon/neon/pkgconfig.patch')
-rw-r--r--meta/recipes-support/neon/neon/pkgconfig.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-support/neon/neon/pkgconfig.patch b/meta/recipes-support/neon/neon/pkgconfig.patch
new file mode 100644
index 0000000000..239dba8e25
--- /dev/null
+++ b/meta/recipes-support/neon/neon/pkgconfig.patch
@@ -0,0 +1,15 @@
1Upstream-Status: Inappropriate [configuration]
2
3---
4 neon.pc.in | 2 +-
5 1 file changed, 1 insertion(+), 1 deletion(-)
6
7--- neon-0.30.1.orig/neon.pc.in
8+++ neon-0.30.1/neon.pc.in
9@@ -7,5 +7,5 @@ Name: neon
10 Description: HTTP/WebDAV client library
11 Version: @NEON_VERSION@
12 Libs: -L${libdir} -lneon @NEON_PC_LIBS@
13-Libs.private: @NEON_LIBS@
14+Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls
15 Cflags: -I${includedir}/neon @NEON_CFLAGS@