2017-03-02 12:59:36 +00:00
|
|
|
Index: ibmtss-755/utils/makefile
|
|
|
|
===================================================================
|
|
|
|
--- ibmtss-755.orig/utils/makefile
|
|
|
|
+++ ibmtss-755/utils/makefile
|
|
|
|
@@ -44,9 +44,8 @@ CC = /usr/bin/gcc
|
2017-02-01 06:51:27 +00:00
|
|
|
|
|
|
|
# compile - common flags for TSS library and applications
|
|
|
|
|
|
|
|
-CCFLAGS = -DTPM_POSIX
|
|
|
|
-
|
|
|
|
-# -DTPM_INTERFACE_TYPE_DEFAULT="\"dev\""
|
|
|
|
+CCFLAGS += -DTPM_POSIX \
|
|
|
|
+ -DTPM_INTERFACE_TYPE_DEFAULT="\"dev\""
|
|
|
|
|
|
|
|
# compile - for TSS library
|
|
|
|
|
2017-03-02 12:59:36 +00:00
|
|
|
Index: ibmtss-755/utils/makefile-common
|
|
|
|
===================================================================
|
|
|
|
--- ibmtss-755.orig/utils/makefile-common
|
|
|
|
+++ ibmtss-755/utils/makefile-common
|
|
|
|
@@ -43,7 +43,7 @@
|
|
|
|
|
|
|
|
CCFLAGS += \
|
|
|
|
-Wall -W -Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
|
|
|
|
- -ggdb -O0 -c \
|
|
|
|
+ -ggdb -c \
|
|
|
|
-DTPM_ENCRYPT_SESSIONS_DEFAULT="\"0\""
|
|
|
|
|
|
|
|
|