unikraft / lib-nginx

Unikraft port of NGINX
Other
1 stars 5 forks source link

Config.uk: Add dependencies for POSIX libraries #9

Closed razvand closed 1 year ago

razvand commented 2 years ago

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.

Fix #8