qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Fix build break during configuration on musl-libc based


From: Felix Janda
Subject: Re: [Qemu-devel] Fix build break during configuration on musl-libc based system
Date: Thu, 16 Feb 2017 18:54:03 -0500
User-agent: Mutt/1.7.1 (2016-10-04)

Defining _GNU_SOURCE causes musl to define everything including
everything protected by _XOPEN_SOURCE. However it does not cause
musl to define _XOPEN_SOURCE.

On the other hand, the ncurses header specifically checks for
_XOPEN_SOURCE or _XOPEN_SOURCE_EXTENDED.

So it is not completely clear where this should be fixed.

-- Felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]