Stanislav Brabec
539bcf78b0
- 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
14 lines
379 B
Diff
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}"
|