From 10fb2587bdacf81d6ac7f74a9938708a38fd5dde Mon Sep 17 00:00:00 2001 From: Roxana Nicolescu Date: Wed, 23 Oct 2019 09:39:46 +0300 Subject: [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 Reviewed-by: Costin Lupu --- 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.39.5