Page MenuHome GnuPG

build: use pkg-config to find tss2-esys
Needs ReviewPublic

Authored by qyliss on Thu, Feb 6, 2:04 PM.

Details

Reviewers
gnupg
Summary

Otherwise, tss2-esys's dependencies (other tss2 libraries, OpenSSL) won't be linked when tss2-esys is a static library.

Test Plan

Build gnupg against a statically-linked tpm2-tss. Verify that it now works.

Diff Detail

Repository
rG GnuPG
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

qyliss requested review of this revision.Thu, Feb 6, 2:04 PM
qyliss created this revision.
qyliss added a reviewer: gnupg.

Added pkg-config modules for all previously manually linked libraries, which seems to be required for dynamic builds.

qyliss added a project: gnupg.

Removed extraneous space.