2025-04-09 15:55:45 +00:00
|
|
|
---
|
|
|
|
|
src/Makefile.am | 2 +-
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
|
|
Index: Rivet-3.1.11/src/Makefile.am
|
2017-03-03 15:42:42 +00:00
|
|
|
===================================================================
|
2025-04-09 15:55:45 +00:00
|
|
|
--- Rivet-3.1.11.orig/src/Makefile.am
|
|
|
|
|
+++ Rivet-3.1.11/src/Makefile.am
|
2018-06-20 11:25:22 +00:00
|
|
|
@@ -4,7 +4,7 @@ lib_LTLIBRARIES = libRivet.la
|
2017-03-03 15:42:42 +00:00
|
|
|
|
|
|
|
|
libRivet_la_SOURCES =
|
2018-06-20 11:25:22 +00:00
|
|
|
|
2020-01-13 22:52:08 +00:00
|
|
|
-libRivet_la_LDFLAGS = -export-dynamic -avoid-version -L$(YODALIBPATH)
|
|
|
|
|
+libRivet_la_LDFLAGS = -export-dynamic -release ${PACKAGE_VERSION} -L$(YODALIBPATH)
|
2017-03-03 15:42:42 +00:00
|
|
|
|
2018-06-20 11:25:22 +00:00
|
|
|
libRivet_la_LIBADD = \
|
|
|
|
|
Core/libRivetCore.la \
|