Skip to content
Commit 531548de authored by Volker Krause's avatar Volker Krause
Browse files

Don't link against multiple gpgmepp flavors.

Using two libraries with exactly the same symbol names but different
implementations is bound to go wrong eventually, and in fact it does,
breaking Kleo unit tests.

The fix on this side is easy, the same however needs to be applied on
the Kleo side, which isn't that straightforward unfortunately.

Options I can think of:
- remove all but the pthread flavor
- put gpgmepp in the public link interface of qgpgme
- duplicate the detection logic on Kleo's side

CCMAIL: Andre Heinecke <aheinecke@intevation.de>
parent 3edccaf4
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