]> xenbits.xensource.com Git - unikraft/libs/python3.git/commitdiff
Config.uk: Add dependencies for POSIX libraries
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Mon, 29 Aug 2022 08:27:54 +0000 (11:27 +0300)
committerUnikraft <monkey@unikraft.io>
Mon, 29 Aug 2022 11:42:16 +0000 (11:42 +0000)
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 <razvan.deaconescu@cs.pub.ro>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Approved-by: Alexander Jung <alex@unikraft.org>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Pull-Request-Closes: #6

Config.uk

index 5d2683e4c177a33cf92cacf7150117545d5fa3a4..d0786bdcab704335f57d1f762d5fb55b77118e1f 100644 (file)
--- 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