neon/neon-0.28.4-bloat.patch
Stanislav Brabec 539bcf78b0 Accepting request 288865 from home:pluskalm:branches:devel:libraries:c_c++
- Cleanup spec file with spec-cleaner
- Add gpg signature
- Enable tests
- Use fdupes to remove duplicates
- Update to 0.30.1
  * small changes, for details see included ChangeLog

OBS-URL: https://build.opensuse.org/request/show/288865
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/neon?expand=0&rev=37
2015-03-04 18:32:43 +00:00

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}"