blob: 7ae4faf9a691e0fcbfb7bffb91966e5f6d7e5f23 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- neon-0.29.5.orig/neon.pc.in 2006-06-26 12:01:29.000000000 +0200
+++ neon-0.29.5/neon.pc.in 2011-04-25 18:11:35.518922624 +0200
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: neon
Description: HTTP/WebDAV client library
Version: @NEON_VERSION@
-Libs.private: @NEON_LIBS@
+Libs.private: -lz -lssl -lcrypto -ldl -lxml2 -lm
Libs: -L${libdir} -lneon @NEON_PC_LIBS@
Cflags: -I${includedir}/neon @NEON_CFLAGS@
|