diff options
author | Ctibor Brančík <ctibor@brancik.cz> | 2017-11-27 19:50:39 +0100 |
---|---|---|
committer | Ctibor Brančík <ctibor@brancik.cz> | 2017-11-27 19:50:39 +0100 |
commit | 5c36bb11ccc16d668bac6054a35f29a31c38777f (patch) | |
tree | bf5e8d7b9d78003097d01c25bcdeb971f1cfd33d /app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch | |
parent | ae74b6fdb739fd84068fa61441fe978d1b7e5c25 (diff) | |
download | brancik-overlay-5c36bb11ccc16d668bac6054a35f29a31c38777f.tar.gz brancik-overlay-5c36bb11ccc16d668bac6054a35f29a31c38777f.tar.bz2 |
Add app-crypt/tpm-tools
Diffstat (limited to 'app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch')
-rw-r--r-- | app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch b/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch new file mode 100644 index 0000000..1745c69 --- /dev/null +++ b/app-crypt/tpm-tools/files/tpm-tools-1.3.9-gold.patch @@ -0,0 +1,10 @@ +diff --git a/lib/Makefile.am b/lib/Makefile.am +index cef6a2f..d7092a7 100644 +--- a/lib/Makefile.am ++++ b/lib/Makefile.am +@@ -80,4 +80,4 @@ endif + # Unseal library - for addition to existing apps, counter part of seal cmd + libtpm_unseal_la_SOURCES = tpm_unseal.c + libtpm_unseal_la_LDFLAGS = -shared -version-info 1:0:0 +-libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la @INTLLIBS@ ++libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la -lcrypto @INTLLIBS@ |