File: soname.patch

package info (click to toggle)
linbox 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,940 kB
  • sloc: cpp: 108,392; lisp: 5,469; makefile: 1,345; sh: 1,244; csh: 131; python: 74; perl: 2
file content (12 lines) | stat: -rw-r--r-- 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Debian specific soname.

--- a/linbox/Makefile.am
+++ b/linbox/Makefile.am
@@ -58,5 +58,7 @@
     algorithms/libalgorithms.la \
     $(LINBOX_DEPS_LIBS)
 
+liblinbox_la_LDFLAGS = -release @VERSION@
+
 #  $(top_srcdir)/benchmarks/libbenchmarks.la \
 #