]> code.ossystems Code Review - openembedded-core.git/commitdiff
neon: Add missing patch
authorRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 23:56:56 +0000 (23:56 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 23:56:56 +0000 (23:56 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4095 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/neon/neon-0.26.0/pkgconfig.patch [new file with mode: 0644]

diff --git a/meta/packages/neon/neon-0.26.0/pkgconfig.patch b/meta/packages/neon/neon-0.26.0/pkgconfig.patch
new file mode 100644 (file)
index 0000000..c36b02e
--- /dev/null
@@ -0,0 +1,12 @@
+Index: neon-0.26.0/neon.pc.in
+===================================================================
+--- neon-0.26.0.orig/neon.pc.in        2008-03-19 23:33:18.000000000 +0000
++++ neon-0.26.0/neon.pc.in     2008-03-19 23:35:49.000000000 +0000
+@@ -6,5 +6,6 @@
+ Name: neon
+ Description: HTTP/WebDAV client library
+ Version: @NEON_VERSION@
+-Libs: -L${libdir} -lneon @NEON_LIBS@
++Requires: gnutls
++Libs: -L${libdir} -lneon -lz -lgcrypt -lgpg-error -lexpat
+ Cflags: -I${includedir}/neon @NEON_CFLAGS@