From: Razvan Deaconescu Date: Mon, 29 Aug 2022 08:27:54 +0000 (+0300) Subject: Config.uk: Add dependencies for POSIX libraries X-Git-Tag: RELEASE-0.11.0~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=14e13bddf55ae537e788c23224937feda0efaa3e;p=unikraft%2Flibs%2Fpython3.git Config.uk: Add dependencies for POSIX libraries Release 0.10 added `posix-socket` and `posix-event` internal libraries to the Unikraft core. Consequently, libraries depending on networking functionality need to be updated to include `posix-socket` and `posix-event`. This commit adds `LIBPOSIX_SOCKET` and `LIBPOSIX_EVENT` dependency to `Config.uk`. Signed-off-by: Razvan Deaconescu Reviewed-by: Maria Sfiraiala Approved-by: Alexander Jung Tested-by: Unikraft CI GitHub-Pull-Request-Closes: #6 --- diff --git a/Config.uk b/Config.uk index 5d2683e..d0786bd 100644 --- a/Config.uk +++ b/Config.uk @@ -13,6 +13,8 @@ menuconfig LIBPYTHON3 select LIBSYSCALL_SHIM select LIBVFSCORE select LIBPTHREAD_EMBEDDED + select LIBPOSIX_SOCKET + select LIBPOSIX_EVENT select LIBLWIP select LWIP_DHCP select LWIP_DNS