-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: remove -fPIE from generic CXXFLAGS #65
base: master
Are you sure you want to change the base?
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.
Needs 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 |
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.