patch-neon_pc_in 411 B

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