]> git.ipfire.org Git - thirdparty/systemd.git/commit
fix build with compilers with default stack-protector enabled
authorNorbert Lange <norbert.lange@andritz.com>
Thu, 19 Sep 2019 15:49:20 +0000 (17:49 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 3 Oct 2019 10:19:29 +0000 (12:19 +0200)
commit68e70ac2b27dcb5007fc4009553472f0b9700e66
treec53f87d2f0e4c34d30a0a4d58a2beae8084c32d2
parentde1b29f375b13b0566814517bf81e3cdbdd9a610
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>
meson.build