Release 0.10 added posix-socket and posix-event internal libraries to the Unikraft core. Consequently, libraries requiring networking support need to be updated to include posix-socket and posix-event.
This commit adds LIBPOSIX_SOCKET and LIBPOSIX_EVENT dependencies to Config.uk.
Release 0.10 added
posix-socket
andposix-event
internal libraries to the Unikraft core. Consequently, libraries requiring networking support need to be updated to includeposix-socket
andposix-event
.This commit adds
LIBPOSIX_SOCKET
andLIBPOSIX_EVENT
dependencies toConfig.uk
.Fix #8