Skip to content

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?

Choose a reason for hiding this comment

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

This method is not available yet since it's require this pull request to be merged.

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
3 participants