]> git.proxmox.com Git - mirror_qemu.git/commit - configure
build-sys: must link with -fstack-protector
authorMarc-André Lureau <mlureau@redhat.com>
Mon, 25 Feb 2013 22:31:12 +0000 (23:31 +0100)
committerAlon Levy <alevy@redhat.com>
Wed, 24 Apr 2013 08:47:38 +0000 (11:47 +0300)
commit37746c5eacf309fa019ea0fa45f776c36c561457
tree95cac1c9110896195b7958705eea5d07decae7c6
parentd3bf825e59125bc6a0accec0dca119ea0155cb82
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>
configure
rules.mak