commit | 37746c5eacf309fa019ea0fa45f776c36c561457 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <mlureau@redhat.com> | Mon Feb 25 23:31:12 2013 +0100 |
committer | Alon Levy <alevy@redhat.com> | Wed Apr 24 11:47:38 2013 +0300 |
tree | 95cac1c9110896195b7958705eea5d07decae7c6 | |
parent | d3bf825e59125bc6a0accec0dca119ea0155cb82 [diff] |
build-sys: must link with -fstack-protector It is needed to give that flag to the linker as well, but latest libtool 2.4.2 still swallows that argument, so let's pass it with libtool -Wc argument. qemu-1.4.0/stubs/arch-query-cpu-def.c:6: undefined reference to `__stack_chk_guard' Signed-off-by: Marc-André Lureau <mlureau@redhat.com> Reviewed-by: Alon Levy <alevy@redhat.com>