fix: remove -fPIE from generic CXXFLAGS#65
fix: remove -fPIE from generic CXXFLAGS#65felixonmars wants to merge 1 commit intolinuxdeepin:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: felixonmars The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
They are not applicable for shared libraries and breaks building. Please use --enable-default-pie for gcc instead of inserting PIE flags to every package. ``` relocation R_X86_64_PC32 against symbol `_ZN26ComDeepinAnythingInterface16staticMetaObjectE' can not be used when making a shared object; recompile with -fPIC ```
|
Still the case in 5.4.5. Is this project still maintained? |
|
TAG Bot New tag: 5.4.8 |
|
TAG Bot New tag: 5.4.9 |
|
TAG Bot New tag: 5.5.0 |
|
TAG Bot New tag: 5.5.1 |
|
TAG Bot New tag: 5.5.2 |
|
TAG Bot New tag: 5.5.4 |
|
TAG Bot New tag: 5.5.6 |
|
TAG Bot New tag: 5.5.7 |
|
TAG Bot New tag: 5.5.8 |
|
TAG Bot New tag: 5.5.10 |
|
TAG Bot New tag: 5.5.11 |
|
TAG Bot New tag: 6.0.0 |
|
TAG Bot New tag: 6.0.1 |
|
TAG Bot New tag: 6.0.2 |
|
TAG Bot New tag: 6.0.3 |
|
TAG Bot New tag: 6.0.4 |
|
TAG Bot New tag: 6.0.5 |
|
TAG Bot New tag: 6.0.6 |
|
TAG Bot New tag: 6.0.7 |
|
TAG Bot New tag: 6.0.8 |
|
TAG Bot New tag: 6.0.9 |
|
TAG Bot New tag: 6.0.10 |
|
TAG Bot New tag: 6.0.11 |
|
TAG Bot New tag: 6.0.12 |
|
TAG Bot New tag: 6.0.13 |
|
TAG Bot New tag: 6.0.14 |
|
TAG Bot New tag: 6.0.15 |
|
TAG Bot New tag: 6.0.16 |
|
TAG Bot New tag: 6.0.17 |
|
TAG Bot New tag: 6.0.18 |
|
TAG Bot New tag: 6.0.19 |
|
TAG Bot New tag: 6.0.20 |
|
TAG Bot New tag: 6.0.21 |
|
TAG Bot New tag: 6.0.22 |
|
TAG Bot New tag: 6.0.23 |
|
TAG Bot New tag: 6.0.24 |
|
TAG Bot New tag: 6.0.25 |
|
TAG Bot New tag: 6.0.26 |
|
TAG Bot New tag: 6.0.27 |
|
TAG Bot New tag: 6.0.28 |
|
TAG Bot New tag: 6.0.29 |
They are not applicable for shared libraries and breaks building. Please use --enable-default-pie for gcc instead of inserting PIE flags to every package.