forked from pool/Rivet
* Add Rivet-fix-hepmc-tests.patch -- Use deduce_reader in API tests for HepMC 3.3.x compatibility; part of upstream commit ca0d57ca to release-4-0-x development branch. * Add Rivet-disable-testCmdLine.patch -- Disable an outdated and failing test OBS-URL: https://build.opensuse.org/request/show/1268182 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 \
|