diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2013-07-20 21:03:04 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2013-07-20 21:03:04 +0000 |
commit | be2c69631be0206537e73735bee3894cbf80d404 (patch) | |
tree | fff2b49ba73b74660ae3f6f78fe1f19bf226763f /app-crypt/tpm-tools/files | |
parent | mask profile-sync-daemon (diff) | |
download | historical-be2c69631be0206537e73735bee3894cbf80d404.tar.gz historical-be2c69631be0206537e73735bee3894cbf80d404.tar.bz2 historical-be2c69631be0206537e73735bee3894cbf80d404.zip |
Version bump
Package-Manager: portage-2.2.0_alpha188/cvs/Linux x86_64
Manifest-Sign-Key: 0xBF20DC51
Diffstat (limited to 'app-crypt/tpm-tools/files')
-rw-r--r-- | app-crypt/tpm-tools/files/tpm-tools-1.3.8-gold.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-crypt/tpm-tools/files/tpm-tools-1.3.8-gold.patch b/app-crypt/tpm-tools/files/tpm-tools-1.3.8-gold.patch new file mode 100644 index 000000000000..bc52c30f4fcf --- /dev/null +++ b/app-crypt/tpm-tools/files/tpm-tools-1.3.8-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 ++libtpm_unseal_la_LIBADD = -ltspi libtpm_tspi.la -lcrypto |