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:Norbert Lange <nolange79@gmail.com> (cherry picked from commit 68e70ac2)
Loading