File: do_not_link_statically.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 (15 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Mon, 06 Jun 2016 11:24:46 +0200
Description: Do not link statically

--- a/build/ld.linux.gcc.sh
+++ b/build/ld.linux.gcc.sh
@@ -26,7 +26,7 @@
 # define linker params
 LD_EXPORT_GLOBAL="-Wl,--export-dynamic"
 LD_MULTIPLE_DEFS="-Wl,-zmuldefs"
-LD_STATIC="-Wl,-Bstatic"
+LD_STATIC=""
 LD_DYNAMIC="-Wl,-Bdynamic"
 LD_ALL_SYMBOLS="-Wl,-whole-archive"
 LD_REF_SYMBOLS="-Wl,-no-whole-archive"