From: Simon Kuenzer Date: Wed, 10 Apr 2019 08:32:37 +0000 (+0200) Subject: Add libvfscore as dependency X-Git-Tag: RELEASE-0.4~104 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2e260a7ba4fe5982efed445994e192deb6b464ed;p=unikraft%2Flibs%2Fnewlib.git Add libvfscore as dependency The current implementation requires libvfscore to be selected. Without libvfscore `read`, `write`, `close`, and `fstat` are undefined and linking fails. With this commit we also fix a typo in the dependency definition to libukalloc. Signed-off-by: Simon Kuenzer Reviewed-by: Sharan Santhanam --- diff --git a/Config.uk b/Config.uk index b75dbcd..89010a1 100644 --- a/Config.uk +++ b/Config.uk @@ -8,4 +8,5 @@ menuconfig LIBNEWLIBC default n select HAVE_LIBC select LIBNEWLIBM if LIBNEWLIBC - select LIBUCALLOC + select LIBUKALLOC + select LIBVFSCORE