forked from pool/givaro
Jan Engelhardt
f00ee3b569
OBS-URL: https://build.opensuse.org/package/show/science/givaro?expand=0&rev=11
23 lines
1018 B
Diff
23 lines
1018 B
Diff
From: Jan Engelhardt <jengelh@inai.de>
|
|
Date: 2016-03-12 22:24:06.376559254 +0100
|
|
References: https://github.com/linbox-team/givaro/issues/7
|
|
|
|
Since upstream did not get it right, use -release as per the
|
|
tips in the openSUSE wiki on how to tackle that problem.
|
|
---
|
|
src/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: givaro-4.0.1/src/Makefile.am
|
|
===================================================================
|
|
--- givaro-4.0.1.orig/src/Makefile.am
|
|
+++ givaro-4.0.1/src/Makefile.am
|
|
@@ -20,6 +20,6 @@ libgivaro_la_LIBADD= \
|
|
kernel/gmp++/libgmppp.la kernel/bstruct/libgivbstruct.la kernel/integer/libgivinteger.la kernel/memory/libgivmemory.la kernel/rational/libgivrational.la kernel/system/libgivsystem.la kernel/field/libgivfield.la library/tools/libgivtools.la library/poly1/libgivpoly1.la
|
|
|
|
# soname of libgivaro
|
|
-libgivaro_la_LDFLAGS = -version-info 8:1:0
|
|
+libgivaro_la_LDFLAGS = -release ${PACKAGE_VERSION}
|
|
libgivaro_la_LDFLAGS+= -no-undefined
|
|
libgivaro_la_LDFLAGS+=$(LDFLAGS)
|