[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/LIBNEWLIB PATCH] 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 <simon.kuenzer@xxxxxxxxx>
---
 Config.uk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.