File: seek_dynamic_libs.patch

package info (click to toggle)
sra-sdk 2.10.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 38,576 kB
  • sloc: ansic: 211,129; cpp: 54,855; perl: 7,788; sh: 6,988; makefile: 5,174; python: 3,840; java: 2,363; yacc: 786; lex: 416; ruby: 329; lisp: 268; xml: 55
file content (22 lines) | stat: -rw-r--r-- 869 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Author: Andreas Tille <tille@debian.org>
LastChanged: Wed, 11 Jan 2017 14:19:27 +0200
Description: Seek for dynamic lib rather than static if dynamic lib exists

--- a/setup/package.prl
+++ b/setup/package.prl
@@ -37,13 +37,13 @@ sub REQ { (
               origin  => 'I',
               type    => 'SB',
               srcpath => '/usr/include/ncbi-vdb',
-              pkgpath => '/usr/lib/ncbi-vdb',
+              pkgpath => '/usr',
               usrpath =>      '$HOME/ncbi/ncbi-vdb',
               bldpath => '$HOME/ncbi-outdir/ncbi-vdb',
               locbldpath=>'$Bin/../../OUTDIR/ncbi-vdb',
               include => 'klib/rc.h',
               src     => 'libs/kfg/default.kfg',
-              lib     => 'libncbi-vdb.a',
+              lib     => 'libncbi-vdb.so',
               ilib    => 'libkapp.a',
             },
             { name    => 'fuse',