Overview
Request 884891 accepted
- explicitly add -pie linker flag to make /usr/bin/csync a PIE binary
(bsc#1184122). The problem arises in upstream
cmake/Modules/DefineCompilerFlags.cmake where -fPIC is explicitly added to
compiler flags, which are also passed during link time. This overrides our
implicit gcc PIE profile.
Loading...
Request History
mgerstner created request
- explicitly add -pie linker flag to make /usr/bin/csync a PIE binary
(bsc#1184122). The problem arises in upstream
cmake/Modules/DefineCompilerFlags.cmake where -fPIC is explicitly added to
compiler flags, which are also passed during link time. This overrides our
implicit gcc PIE profile.
gladiac accepted request
Thanks for fixing it. LGTM
@gladiac, @ocfreitag: review reminder