Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: don't link everything against libgcrypt #1614

Merged
merged 1 commit into from
Jan 29, 2020
Merged

build: don't link everything against libgcrypt #1614

merged 1 commit into from
Jan 29, 2020

Conversation

tstruk
Copy link
Contributor

@tstruk tstruk commented Jan 29, 2020

Use AM_PATH_LIBGCRYPT instead of AC_CHECK_LIB for checking
libgcrypt, with doesn't add -lgcrypt to the globac $LIBS.

Fixes: #1365

Use AM_PATH_LIBGCRYPT instead of AC_CHECK_LIB for checking
libgcrypt, with doesn't add -lgcrypt to the globac $LIBS.

Fixes: #1365

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
@codecov
Copy link

codecov bot commented Jan 29, 2020

Codecov Report

Merging #1614 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1614   +/-   ##
=======================================
  Coverage   81.94%   81.94%           
=======================================
  Files         333      333           
  Lines       36291    36291           
=======================================
  Hits        29740    29740           
  Misses       6551     6551

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 41f555a...90e21ca. Read the comment docs.

@tstruk tstruk merged commit 3c98f73 into tpm2-software:master Jan 29, 2020
@tstruk tstruk deleted the gcrypt branch March 12, 2020 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linking libtss2-{mu, sys, tcti-mssim and tcti-device}.so without -lgcrypt on --with-crypto=gcrypt
1 participant