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

Update cmake pkg-config generating #4165

Merged

Conversation

FantasqueX
Copy link
Contributor

The name of Curl library is libcurl instead of curl. WITH_SSL also needs libcrypto. Requires.private is more appropriate the Requires. Those changes are referenced from pc file generated by Make.

I found this issue when using librdkafka on ArchLinux. ArchLinux uses CMake to build librdkafka and pkgconf cannot detect librdkafka because it cannot find curl. I replaced curl with libcurl and did some improvement.

The name of Curl library is libcurl instead of curl. WITH_SSL also needs
libcrypto. Requires.private is more appropriate the Requires. Those
changes are referenced from pc file generated by Make.
@emasab emasab changed the base branch from master to feature/fix-cmake-curl April 11, 2023 15:49
@emasab emasab merged commit 441e3ec into confluentinc:feature/fix-cmake-curl Apr 11, 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