Skip to content
Unverified Commit a8199e79 authored by aszlig's avatar aszlig
Browse files

tomahawk: Pin boost to version 1.55



The dependency of boost propagated by Lucene++ is version 1.55, so this
leads to a segfault during startup because we get mixed library versions
with boost 1.62 and 1.55 in the binary.

I've tested running Tomahawk before and after this change and the change
indeed fixes the problem.

Signed-off-by: default avataraszlig <aszlig@nix.build>
Fixes: #17598, #19238
parent 81cc9bb4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment