[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH] lib/vfscore: Add dependency to libuktime
libvfscore has a dependency to libuktime if it is used built with nolibc. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- lib/vfscore/Config.uk | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vfscore/Config.uk b/lib/vfscore/Config.uk index 527922da..c260e5b2 100644 --- a/lib/vfscore/Config.uk +++ b/lib/vfscore/Config.uk @@ -2,6 +2,7 @@ config LIBVFSCORE bool "vfscore: VFS Core Interface" default n select LIBNOLIBC if !HAVE_LIBC + select LIBUKTIME if !HAVE_LIBC select LIBUKDEBUG select LIBUKLOCK -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |