This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit b41f129
authored
Auto-merge pull request #7032 from livecodeian/feature-prebuilt-thirdparty-PIC
[[ Prebuilt ]] Ensure linux thirdparty libs are prebuilt with position-independent code
This patch modifies the Linux configuration settings so all static libraries are compiled using the `fPIC` gcc flag. This ensures the thirdparty prebuilt libraries can be used by toolchains that produce position-independent executables by default.File tree
2 files changed
+2
-9
lines changed- config
- prebuilt/versions
2 files changed
+2
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 32 | | |
42 | 33 | | |
43 | 34 | | |
| |||
100 | 91 | | |
101 | 92 | | |
102 | 93 | | |
| 94 | + | |
103 | 95 | | |
104 | 96 | | |
105 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments