]> xenbits.xensource.com Git - unikraft/libs/newlib.git/commitdiff
Automatically select LIBPOSIX_USER
authorRoxana Nicolescu <nicolescu.roxana1996@gmail.com>
Wed, 23 Oct 2019 06:39:46 +0000 (09:39 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 23 Oct 2019 10:12:34 +0000 (13:12 +0300)
When using newlib, the posix_user library is not selected,
even if it is a strong dependency.

Signed-off-by: Roxana Nicolescu <nicolescu.roxana1996@gmail.com>
Reviewed-by: Costin Lupu <costin.lupu@cs.pub.ro>
Config.uk

index 99a805b8ab7087d080b3db05742b1de630adf15e..5b8f467410db0ff5bd4a51df412aba226648667e 100644 (file)
--- 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