From: Roxana Nicolescu Date: Wed, 23 Oct 2019 06:39:46 +0000 (+0300) Subject: Automatically select LIBPOSIX_USER X-Git-Tag: RELEASE-0.4~23 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=10fb2587bdacf81d6ac7f74a9938708a38fd5dde;p=unikraft%2Flibs%2Fnewlib.git 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 Reviewed-by: Costin Lupu --- 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