neon/neon-0.28.2-bloat.patch

21 lines
545 B
Diff
Raw Normal View History

--- neon-config.in
+++ neon-config.in
@@ -73,7 +73,7 @@ while test $# -gt 0; do
;;
--libs)
- LIBS="-lneon @NEON_LIBS@"
+ LIBS="-lneon"
# Don't add standard library paths
if test "$prefix" != "/usr"; then
LIBS="-L${libdir} ${LIBS}"
--- neon.pc.in
+++ neon.pc.in
@@ -7,5 +7,5 @@ Name: neon
Description: HTTP/WebDAV client library
Version: @NEON_VERSION@
Libs.private: @NEON_LIBS@
-Libs: -L${libdir} -lneon @NEON_PC_LIBS@
+Libs: -L${libdir} -lneon
Cflags: -I${includedir}/neon @NEON_CFLAGS@