neon/neon-0.28.4-bloat.patch

14 lines
379 B
Diff

Index: neon-config.in
===================================================================
--- neon-config.in.orig
+++ 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}"