summaryrefslogtreecommitdiffstats
path: root/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch')
-rw-r--r--meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch b/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch
index eebddb9..962bfc1 100644
--- a/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch
+++ b/meta-tpm/recipes-tpm2/ibmswtpm2/files/tune-makefile.patch
@@ -20,7 +20,7 @@ Index: src/makefile
20=================================================================== 20===================================================================
21--- src.orig/makefile 21--- src.orig/makefile
22+++ src/makefile 22+++ src/makefile
23@@ -38,12 +38,10 @@ 23@@ -38,13 +38,11 @@
24 ################################################################################# 24 #################################################################################
25 25
26 26
@@ -29,12 +29,13 @@ Index: src/makefile
29 CCFLAGS = -Wall \ 29 CCFLAGS = -Wall \
30 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \ 30 -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
31 -Werror -Wsign-compare \ 31 -Werror -Wsign-compare \
32 -Wno-deprecated-declarations \
32- -c -ggdb -O0 \ 33- -c -ggdb -O0 \
33+ -c -ggdb -O \ 34+ -c -ggdb -O \
34 -DTPM_POSIX \ 35 -DTPM_POSIX \
35 -D_POSIX_ \ 36 -D_POSIX_ \
36 -DTPM_NUVOTON 37 -DTPM_NUVOTON
37@@ -79,11 +77,11 @@ 38@@ -80,11 +78,11 @@ TcpServerPosix.o : $(HEADERS)
38 .PRECIOUS: %.o 39 .PRECIOUS: %.o
39 40
40 tpm_server: $(OBJFILES) 41 tpm_server: $(OBJFILES)