[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/NEWLIB PATCH] Automatically select LIBPOSIX_USER
When using newlib, the posix_user library is not selected, even if it is a strong dependency. Signed-off-by: Roxana Nicolescu <nicolescu.roxana1996@xxxxxxxxx> --- Config.uk | 1 + 1 file changed, 1 insertion(+) diff --git a/Config.uk b/Config.uk index 99a805b..5b8f467 100644 --- a/Config.uk +++ b/Config.uk @@ -12,6 +12,7 @@ menuconfig LIBNEWLIBC select LIBUKTIME select LIBVFSCORE select LIBPOSIX_PROCESS + select LIBPOSIX_USER if LIBNEWLIBC config LIBNEWLIBC_WANT_IO_C99_FORMATS -- 2.17.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |