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

Add support for pgm and epgm #396

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

tclarke
Copy link

@tclarke tclarke commented May 1, 2024

Closes #395

// Note that by default `libzmq` builds without `libsodium` by instead
// relying on `tweetnacl`. However since this `tweetnacl` [has never been
// audited nor is ready for production](https://github.com/zeromq/libzmq/issues/3006),
// we link against `libsodium` to enable `ZMQ_CURVE`.
zeromq_src::Build::new()
.with_libsodium(None)
.with_libpgm(maybe_libpgm)
Copy link

Choose a reason for hiding this comment

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

@tclarke This needs to be defined still, right?

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.

Need an option to use libpgm
2 participants