[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBLUA PATCH 2/5] Add dependencies to Config.uk
Select newlib, uktime and ukunistd as hard dependencies. Signed-off-by: Felipe Huici <felipe.huici@xxxxxxxxx> --- Config.uk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Config.uk b/Config.uk index 343a214..f489c0d 100644 --- a/Config.uk +++ b/Config.uk @@ -1,4 +1,6 @@ config LIBLUA bool "The Lua programming language" default n - depends on HAVE_LIBC + select LIBNEWLIBC + select LIBUKTIME + select UKUNISTD -- 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 |