* Add Rivet-disable-testCmdLine.patch -- Disable an outdated and failing test OBS-URL: https://build.opensuse.org/package/show/science/Rivet?expand=0&rev=62
18 lines
532 B
Diff
18 lines
532 B
Diff
---
|
|
src/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: Rivet-3.1.11/src/Makefile.am
|
|
===================================================================
|
|
--- Rivet-3.1.11.orig/src/Makefile.am
|
|
+++ Rivet-3.1.11/src/Makefile.am
|
|
@@ -4,7 +4,7 @@ lib_LTLIBRARIES = libRivet.la
|
|
|
|
libRivet_la_SOURCES =
|
|
|
|
-libRivet_la_LDFLAGS = -export-dynamic -avoid-version -L$(YODALIBPATH)
|
|
+libRivet_la_LDFLAGS = -export-dynamic -release ${PACKAGE_VERSION} -L$(YODALIBPATH)
|
|
|
|
libRivet_la_LIBADD = \
|
|
Core/libRivetCore.la \
|