alonbl 15/06/07 15:16:11 Added: tpm-tools-1.3.8-build.patch Removed: tpm-tools-1.3.1-gold.patch Log: Fix build issue, bug#551440, thanks to blueness (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.1 app-crypt/tpm-tools/files/tpm-tools-1.3.8-build.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/files/tpm-tools-1.3.8-build.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/tpm-tools/files/tpm-tools-1.3.8-build.patch?rev=1.1&content-type=text/plain Index: tpm-tools-1.3.8-build.patch =================================================================== --- a/src/tpm_mgmt/tpm_nvread.c 2015-06-07 13:00:30.250314575 +0000 +++ b/src/tpm_mgmt/tpm_nvread.c 2015-06-07 12:54:45.590302275 +0000 @@ -23,6 +23,7 @@ #include <ctype.h> #include <fcntl.h> #include <unistd.h> +#include <sys/stat.h> #include "tpm_nvcommon.h" #include "tpm_tspi.h"
