]> git.ipfire.org Git - thirdparty/lxc.git/commit
meson.build: fix build without stack-protector
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 14 Jul 2022 15:49:54 +0000 (17:49 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 25 Jul 2022 22:12:45 +0000 (18:12 -0400)
commit315d4cec61513241334dfec708100501e08019f4
tree0a0acb5ee553fa3753864c1dc1723ebec83a1daf
parentaba631cd43e86f2b55f31c369b7f37392a34ae05
meson.build: fix build without stack-protector

Move -fstack-protector-strong from possible_cc_flags to
possible_link_flags to avoid a build failure on toolchains without ssp

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
meson.build