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

Compile libmnl at compile time #150

Merged
merged 1 commit into from Jun 10, 2022
Merged

Conversation

aloisklink
Copy link
Contributor

Compiles libmnl in the cmake --build compile step, instead of compiling during the cmake configure step.

After this PR is merged, every single library will have been converted to compile within cmake --build, and therefore compile with multiprocessing!

Compiles libmnl in the `cmake --build` compile step,
instead of compiling during the `cmake` configure step.
@aloisklink aloisklink added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jun 10, 2022
@aloisklink aloisklink requested a review from mereacre June 10, 2022 09:05
@aloisklink aloisklink changed the title Compile libmnl at compile time Compile libmnl at compile time Jun 10, 2022
Copy link
Contributor

@mereacre mereacre left a comment

Choose a reason for hiding this comment

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

Great

@aloisklink aloisklink merged commit 87cc0fe into main Jun 10, 2022
@aloisklink aloisklink deleted the compile-libmnl-at-compile-time branch June 10, 2022 09:41
aloisklink added a commit that referenced this pull request Jun 10, 2022
LIB_MAKEFLAGS was used to pass makeflags to
libraries that were being compiled at configure time.

As of #150 being merged, all libraries are now compiled at
compile time, so this variable is no longer needed.
This was referenced Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants