Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config.uk: Add dependencies for POSIX libraries #6

Closed

Conversation

razvand
Copy link
Contributor

@razvand razvand commented Aug 29, 2022

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.

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>
Copy link
Contributor

@mariasfiraiala mariasfiraiala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @razvand. Looks good!

Reviewed-by: Maria Sfiraiala maria.sfiraiala@gmail.com

Copy link
Member

@nderjung nderjung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Approved-by: Alexander Jung alex@unikraft.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

select() error since release 0.10
5 participants