]> xenbits.xensource.com Git - unikraft/libs/click.git/commitdiff
Config.uk: Use LIBPOSIX_USER instead of UKUNISTD
authorCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 17 Oct 2019 15:26:01 +0000 (18:26 +0300)
committerFelipe Huici <felipe.huici@neclab.eu>
Fri, 18 Oct 2019 07:05:08 +0000 (09:05 +0200)
Also fix typo: LIBNEWLIB should have been LIBNEWLIBC

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Config.uk

index e2508571bafb080e4226af232b6caa5f0936ba34..25f38b8db002855143ee1cd4907d7c63a2c68445 100644 (file)
--- a/Config.uk
+++ b/Config.uk
@@ -5,8 +5,8 @@ config APP_DEPENDENCIES
 
 menuconfig LIBCLICK
        bool "The Click modular router"
-       select UKUNISTD
-       select LIBNEWLIB
+       select LIBPOSIX_USER
+       select LIBNEWLIBC
        select LIBLWIP
        default y