From: Razvan Deaconescu Date: Sun, 28 Aug 2022 17:16:29 +0000 (+0300) Subject: Config.uk: Add LIBUKMMAP dependency X-Git-Tag: RELEASE-0.11.0~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a48c20b18e1cfafb2e9a69ec798bcfc9b996d512;p=unikraft%2Flibs%2Fcompiler-rt.git Config.uk: Add LIBUKMMAP dependency `mprotect()` is required and it is part of the `ukmmap` internal Unikraft library. Add required dependency to `Config.uk`. Signed-off-by: Razvan Deaconescu Reviewed-by: Stefan Jumarea Reviewed-by: Maria Sfiraiala Approved-by: Marc Rittinghaus Tested-by: Unikraft CI GitHub-Closes: #5 --- diff --git a/Config.uk b/Config.uk index f8b28df..fee9c6e 100644 --- a/Config.uk +++ b/Config.uk @@ -1,6 +1,7 @@ menuconfig LIBCOMPILER_RT bool "compiler-rt - runtime support" select LIBPOSIX_SYSINFO + select LIBUKMMAP default n if LIBCOMPILER_RT