From: Marc Rittinghaus Date: Wed, 17 May 2023 13:17:45 +0000 (+0200) Subject: Config.uk: Allow deselection of ukmmap X-Git-Tag: RELEASE-0.14.0~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9a7cb5638b2b518b54e9f8f6434334a50893f84e;p=unikraft%2Flibs%2Fmusl.git Config.uk: Allow deselection of ukmmap With posix-mmap we have an alternative implementation of the memory management functions such as mmap, mprotect, etc. To be able to select posix-mmap, we must deselect ukmmap. Thus, this commit removes the hard dependency. Signed-off-by: Marc Rittinghaus Reviewed-by: Eduard Vintilă Approved-by: Razvan Deaconescu Tested-by: Unikraft CI GitHub-Closes: #52 --- diff --git a/Config.uk b/Config.uk index dfb5584..15c42bd 100644 --- a/Config.uk +++ b/Config.uk @@ -4,7 +4,7 @@ menuconfig LIBMUSL default n select HAVE_LIBC select LIBKUALLOC - select LIBUKMMAP + imply LIBUKMMAP select LIBSYSCALL_SHIM select LIBVFSCORE select LIBPOSIX_PROCESS