Skip to content

Link against the dynamic library of ZeroMq#146

Merged
ktf merged 1 commit into
AliceO2Group:devfrom
kouzinopoulos:bugfixes2
Aug 18, 2016
Merged

Link against the dynamic library of ZeroMq#146
ktf merged 1 commit into
AliceO2Group:devfrom
kouzinopoulos:bugfixes2

Conversation

@kouzinopoulos

Copy link
Copy Markdown
Contributor

Fixes compilation issue (Could not find libsodium)

@ktf

ktf commented Aug 18, 2016

Copy link
Copy Markdown
Member

@MohammadAlTurany is actually the issue why libsodium can cause problems if support for it is enabled in ZMQ. ZMQ_LIBRARIES adds both the archive and the dynamic version of the library, which is wrong because the archive one requires all its dependencies (hence libsodium) to be specified.

@Barthelemy This is one thing we should take care of in the buckets, actually, just like for the optional DDS dependency. I will continue the discussion on the JIRA issue.

@ktf
ktf merged commit 089ad3f into AliceO2Group:dev Aug 18, 2016
@kouzinopoulos
kouzinopoulos deleted the bugfixes2 branch August 19, 2016 08:22
knopers8 pushed a commit to knopers8/AliceO2 that referenced this pull request Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants