File: libsam-extract_shared.patch

package info (click to toggle)
ncbi-vdb 3.2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 42,776 kB
  • sloc: ansic: 304,815; cpp: 75,250; python: 5,402; perl: 3,438; yacc: 2,225; sh: 689; lex: 574; makefile: 428; xml: 4
file content (16 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: Sat, 19 Feb 2022 11:53:03 +0100
Description: Upstream creates static library with versioning / linking scheme
 which looks as it would be intended to create a shared library.  This patch
 really created this shared library (which ends up in a seprate binary package)

--- a/libs/align/CMakeLists.txt
+++ b/libs/align/CMakeLists.txt
@@ -83,6 +83,7 @@ GenerateStaticLibs( align-access "${ALIG
 
 GenerateStaticLibs( sam-extract "${SAM_EXTRACT_SRC}" )
 ExportStatic( sam-extract true )
+ExportShared( sam-extract true "" )
 
 GenerateStaticLibs( align-reader "${ALIGN_READER_SRC}" )