From 0a74e5188330816b2d80622adcf6a9946a34cd0a Mon Sep 17 00:00:00 2001 From: Emily Ratliff Date: Tue, 3 Jun 2008 20:40:27 +0000 Subject: [PATCH] adding limit patch to fix compile problem --- trousers-0.3.1-limits.patch | 33 +++++++++++++++++++++++++++++++++ trousers.spec | 1 + 2 files changed, 34 insertions(+) create mode 100644 trousers-0.3.1-limits.patch diff --git a/trousers-0.3.1-limits.patch b/trousers-0.3.1-limits.patch new file mode 100644 index 0000000..8896511 --- /dev/null +++ b/trousers-0.3.1-limits.patch @@ -0,0 +1,33 @@ +diff -pur ./trousers-0.3.1/src/trspi/crypto/openssl/symmetric.c ./trousers-0.3.1.new/src/trspi/crypto/openssl/symmetric.c +--- ./trousers-0.3.1/src/trspi/crypto/openssl/symmetric.c 2008-03-01 14:40:51.000000000 -0800 ++++ ./trousers-0.3.1.new/src/trspi/crypto/openssl/symmetric.c 2008-03-01 14:51:32.000000000 -0800 +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + #include "trousers/tss.h" + #include "trousers/trousers.h" +diff -pur ./trousers-0.3.1/src/tspi/tspi_aik.c ./trousers-0.3.1.new/src/tspi/tspi_aik.c +--- ./trousers-0.3.1/src/tspi/tspi_aik.c 2007-09-25 11:57:58.000000000 -0700 ++++ ./trousers-0.3.1.new/src/tspi/tspi_aik.c 2008-03-01 15:06:06.000000000 -0800 +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + + #include "trousers/tss.h" + #include "trousers/trousers.h" +diff -pur ./trousers-0.3.1/src/tspi/tsp_ps.c ./trousers-0.3.1.new/src/tspi/tsp_ps.c +--- ./trousers-0.3.1/src/tspi/tsp_ps.c 2007-07-19 11:00:05.000000000 -0700 ++++ ./trousers-0.3.1.new/src/tspi/tsp_ps.c 2008-03-01 15:05:10.000000000 -0800 +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + + #include "trousers/tss.h" + #include "trousers/trousers.h" diff --git a/trousers.spec b/trousers.spec index 077dfdb..e5706b8 100644 --- a/trousers.spec +++ b/trousers.spec @@ -23,6 +23,7 @@ Requires(postun): /sbin/service Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Patch0: trousers-0.3.1-remove-group-install-code.patch +Patch1: trousers-0.3.1-limits.patch %description TrouSerS is an implementation of the Trusted Computing Group's Software Stack