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

[Build] Allow building on later model Ubuntu/Debian #1029

Merged
merged 2 commits into from
May 1, 2023

Conversation

barrystyle
Copy link

Patch for libevent due to header differences in later glibc and patch for boost, to allow compilation with g++ 11

barrystyle added 2 commits April 3, 2023 02:25
avoid "undefined reference to `arc4random_addrandom'" in later libc,
additionally no patching required.
    ./boost/thread/pthread/thread_data.hpp:60:5: error: missing binary operator before token "("
       60 | #if PTHREAD_STACK_MIN > 0
          |     ^~~~~
@seanPhill
Copy link
Collaborator

I've reviewed this code and it looks good and makes sense. Furthermore the Github Actions build completed without error, and as we know, Github no longer builds with Ubuntu version 18.

@seanPhill seanPhill self-requested a review May 1, 2023 18:03
Copy link
Collaborator

@seanPhill seanPhill left a comment

Choose a reason for hiding this comment

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

This code appears fine and worked without error.

@seanPhill seanPhill merged commit c4e5fb2 into Veil-Project:master May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants