forked from pool/ibmtss
- update to v755 (FATE#321601) - This is the version prefered by IBM. OBS-URL: https://build.opensuse.org/request/show/461907 OBS-URL: https://build.opensuse.org/package/show/security/ibmtss?expand=0&rev=5
30 lines
814 B
Diff
30 lines
814 B
Diff
Index: ibmtss-755/utils/makefile
|
|
===================================================================
|
|
--- ibmtss-755.orig/utils/makefile
|
|
+++ ibmtss-755/utils/makefile
|
|
@@ -44,9 +44,8 @@ CC = /usr/bin/gcc
|
|
|
|
# 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
|
|
|
|
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\""
|
|
|
|
|