Dirk Mueller
9b8b0832f7
neon 0.33.0, breaks davfs2, see SR#1175564 OBS-URL: https://build.opensuse.org/request/show/1175607 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=71
14 lines
415 B
Diff
14 lines
415 B
Diff
Index: neon-0.33.0/neon-config.in
|
|
===================================================================
|
|
--- neon-0.33.0.orig/neon-config.in
|
|
+++ neon-0.33.0/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}"
|