All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] Fix build break during configuration on musl-libc based system
@ 2017-02-16 23:54 Felix Janda
  0 siblings, 0 replies; only message in thread
From: Felix Janda @ 2017-02-16 23:54 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Chad Joan

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-16 23:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-16 23:54 [Qemu-devel] Fix build break during configuration on musl-libc based system Felix Janda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.