From 66d0e14ea05ac842363d417c8ab5dc262f8dcc7a Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Thu, 22 Jan 2015 15:30:58 +0000 Subject: [PATCH] XXX disable QEMU stack protector Rumpkernel cannot cope with that. --- qemu-configure-rune | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu-configure-rune b/qemu-configure-rune index 0acab32..b840465 100755 --- a/qemu-configure-rune +++ b/qemu-configure-rune @@ -33,6 +33,7 @@ CPPFLAGS="-U__SSE2__" \ --disable-werror \ --with-coroutine=gthread --disable-coroutine-pool \ --audio-drv-list= \ + --disable-stack-protector \ # \ # --python=python \ # -- 2.39.5