blob: 239dba8e2553dd601928b02995039874cf07788f [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-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@