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

Force a specific libdir for c-ares #2241

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Conversation

jwhear
Copy link
Contributor

@jwhear jwhear commented Mar 1, 2023

The c-ares build expects lib/libcares.a to exist after running cmake, but on my system (Fedora, x86_64) it was being generated in lib64/. This simply sets the cmake variable so that the target ends up where we expect.

The c-ares build expects lib/libcares.a to exist after cmake, but on my system it was being generated in lib64.  This simply sets the cmake variable so that the target ends up where we expect.
Copy link
Collaborator

@Jarred-Sumner Jarred-Sumner left a comment

Choose a reason for hiding this comment

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

LGTM, let's merge after the build finishes

@Jarred-Sumner Jarred-Sumner merged commit 9a7333d into oven-sh:main Mar 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