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

rdkafka: fixes darwin build #25839

Merged
merged 1 commit into from May 16, 2017
Merged

rdkafka: fixes darwin build #25839

merged 1 commit into from May 16, 2017

Conversation

czyzykowski
Copy link
Contributor

Motivation for this change

Fixes build on macOS. It was failing because the ./configure was erroneously detecting incompatible SSL library. Disabling it during that step means that the library can be successfully build. The lack of SSL support is the same as the default for Linux.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

Without --disable-ssl librdkafka ./configure detects that OpenSSL is
installed but when it tries to link it fails because the default
version is incompatible (1.0.2 vs required 1.1.x).

confluentinc/librdkafka#49 (comment)
@mention-bot
Copy link

@czyzykowski, thanks for your PR! By analyzing the history of the files in this pull request, we identified @utdemir, @Boothead and @wkennington to be potential reviewers.

@LnL7 LnL7 added the 6.topic: darwin Running or building packages on Darwin label May 16, 2017
@LnL7 LnL7 merged commit ea229a2 into NixOS:master May 16, 2017
@LnL7
Copy link
Member

LnL7 commented May 16, 2017

Thanks!

@czyzykowski czyzykowski deleted the rdkafka-on-osx branch May 16, 2017 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: darwin Running or building packages on Darwin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants