aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/neon/neon-0.30.0/pkgconfig.patch
blob: 1a2550c6fbe21fb0c7b8d8f0ebdb6b468db00dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Upstream-Status: Inappropriate [configuration]

---
 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@