Actions
Bug #13042
closedBug #13046: Libgcc is missing on aix
static-libgcc is ignored by some build
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
This is because : -static-libgcc is GCC option, not a linker option. Put it in CFLAGS instead.
https://stackoverflow.com/questions/13169461/compile-libconfig-with-static-libgcc-and-static-libstdc/18263911#18263911
Updated by Benoît PECCATTE over 6 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE over 6 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1628
Updated by Benoît PECCATTE over 6 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|3c3fd6d60ebcf458cb4b9583bd47eeea68db6319.
Updated by Benoît PECCATTE over 6 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.3.4 which was released today.
- 4.3.4: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Actions