[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on
From: |
Eric Blake |
Subject: |
Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems. |
Date: |
Thu, 16 Feb 2017 10:59:35 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
On 02/16/2017 10:30 AM, Chad Joan wrote:
> Hello,
>
> This is a one-line patch to the configure script that will allow QEMU to be
> built on musl-libc based Linux systems. This problem is only noticeable
> when QEMU is built with --enable-curses.
>
> Detailed reading material if you want to know where this came from:
> https://bugs.gentoo.org/show_bug.cgi?id=609364
>
> Hope that helps!
> - Chad
>
>
> qemu-2.8.0-musl-ncurses.patch
>
Thanks for the patch. However, it is not in the usual format (we prefer
'git send-email's inline format, rather than attachements), and is
missing a Signed-off-by: designation, so it cannot be applied without
that being fixed first. More information at:
http://wiki.qemu-project.org/Contribute/SubmitAPatch
>
> diff --git configure configure
> index 1c9655e..9f83176 100755
> --- configure
> +++ configure
> @@ -682,6 +682,7 @@ Haiku)
> vhost_net="yes"
> vhost_scsi="yes"
> vhost_vsock="yes"
> + QEMU_CFLAGS="-D_XOPEN_SOURCE=500 $QEMU_CFLAGS"
> QEMU_INCLUDES="-I\$(SRC_PATH)/linux-headers -I$(pwd)/linux-headers
> $QEMU_INCLUDES"
> ;;
> esac
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems., (continued)
- Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems., Peter Maydell, 2017/02/21
- Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems., John Snow, 2017/02/17
- Re: [Qemu-trivial] Fix build break during configuration on musl-libc based Linux systems., Paolo Bonzini, 2017/02/17
- Re: [Qemu-trivial] Fix build break during configuration on musl-libc based Linux systems., Paolo Bonzini, 2017/02/17
- Re: [Qemu-trivial] Fix build break during configuration on musl-libc based Linux systems., Laszlo Ersek, 2017/02/17
- Re: [Qemu-trivial] Fix build break during configuration on musl-libc based Linux systems., Paolo Bonzini, 2017/02/17
- Re: [Qemu-trivial] Fix build break during configuration on musl-libc based Linux systems., Chad Joan, 2017/02/17
- Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems., Peter Maydell, 2017/02/17
- Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems., Paolo Bonzini, 2017/02/17
- Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems., Peter Maydell, 2017/02/17
Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems.,
Eric Blake <=
Re: [Qemu-trivial] [Qemu-devel] Fix build break during configuration on musl-libc based Linux systems., Peter Maydell, 2017/02/16