File: shared_lib.patch

package info (click to toggle)
fckit 0.13.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,488 kB
  • sloc: f90: 7,623; python: 5,803; cpp: 2,193; pascal: 793; sh: 625; makefile: 66
file content (15 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Add SOVERSION to fckit
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2019-08-05
Forwarded: no

--- a/src/fckit/CMakeLists.txt
+++ b/src/fckit/CMakeLists.txt
@@ -70,6 +70,7 @@
         # We need the C++ linker for the error handling to work
         # Otherwise death by recursion in function "fckit_terminate"
         # when uncaught exceptions are encountered
+    SOVERSION 0d
     SOURCES
                fctest.h
                fctest.F90