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