Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.4.1
-
None
Description
Parsec plugin doesn't build statically due to the following unresolved symbols:
- nettle_hmac_sha512_set_key
- nettle_hmac_sha512_digest
- nettle_hmac_sha512_updaten
- nettle_pbkdf2
- nettle_ed25519_sha512_public_key
- nettle_ed25519_sha512_sign
Beside of linking against libgnutls we also need to link against libnettle and libhogweed.