]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
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)
commit14e13bddf55ae537e788c23224937feda0efaa3e
tree37841f07ac97c9d0cf4ea7c027dca68518be423d
parenta69471ff6d53e727974ff07d35ac147b4e870392
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 <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