summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch')
-rw-r--r--meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch b/meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch
new file mode 100644
index 0000000000..6256d9ab2b
--- /dev/null
+++ b/meta/recipes-support/neon/neon-0.29.3/pkgconfig.patch
@@ -0,0 +1,16 @@
+---
+ neon.pc.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- neon-0.28.1.orig/neon.pc.in
++++ neon-0.28.1/neon.pc.in
+@@ -4,8 +4,8 @@ libdir=@libdir@
+ includedir=@includedir@
+
+ Name: neon
+ Description: HTTP/WebDAV client library
+ Version: @NEON_VERSION@
+-Libs.private: @NEON_LIBS@
++Libs.private: -L${libdir} -lz -lgcrypt -lgpg-error -lexpat -lgnutls
+ Libs: -L${libdir} -lneon @NEON_PC_LIBS@
+ Cflags: -I${includedir}/neon @NEON_CFLAGS@