Skip to content
Commit 6d97aca0 authored by Norbert Lange's avatar Norbert Lange Committed by Zbigniew Jędrzejewski-Szmek
Browse files

fix build with compilers with default stack-protector enabled



building systemd fails with a compiler that supports
-fstack-protector but does not enable it by default.
(will miss several __stack_chk_* symbols).

fix this by also adding the switch during linking.

Signed-off-by: default avatarNorbert Lange <nolange79@gmail.com>
(cherry picked from commit 68e70ac2)
parent fbad077c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment