Comment 3 for bug 54290

Revision history for this message
Mathieu BĂ©rard (mathieu-berard) wrote :

Better-workaround (which keep ssp enabled):
I have no clue about how ssp works but there seems to be a problem related
to the linking stage in the build process.
I have tried to change various ld options with no success...
It seems that gcc knows how to properly invoke ld, so if you pass LD=gcc to the makefile, then gcc is used in the linking stage and calls ld with he good options to deal with ssp.
There is then no trace of this __stack_chk_fail_local symbol in the final binary which loads and work as expected.