]> git.pld-linux.org Git - packages/tpm2-tss.git/blame - tpm2-tss-ac.patch
- updated to 3.0.3
[packages/tpm2-tss.git] / tpm2-tss-ac.patch
CommitLineData
01cf169e
JB
1--- tpm2-tss-3.0.3/configure.ac.orig 2020-11-25 15:10:56.000000000 +0100
2+++ tpm2-tss-3.0.3/configure.ac 2021-03-17 06:44:06.990069264 +0100
3@@ -279,7 +279,7 @@
4 [build and execute integration tests])],,
5 [enable_integration=no])
6 AS_IF([test "x$enable_integration" = "xyes"],
7- AS_IF([test "$HOSTOS" = "Linux"],
8+ [AS_IF([test "$HOSTOS" = "Linux"],
9 [ERROR_IF_NO_PROG([ss])],
10 [ERROR_IF_NO_PROG([sockstat])])
11 ERROR_IF_NO_PROG([echo])
12@@ -328,7 +328,7 @@
13 [AC_MSG_ERROR([No simulator executable found in PATH for testing TCTI.])])
14 AC_SUBST([INTEGRATION_TCTI], [$integration_tcti])
15 AC_SUBST([INTEGRATION_ARGS], [$integration_args])
16- AC_SUBST([ENABLE_INTEGRATION], [$enable_integration]))
17+ AC_SUBST([ENABLE_INTEGRATION], [$enable_integration])])
18 AM_CONDITIONAL([ENABLE_INTEGRATION],[test "x$enable_integration" = "xyes"])
19 #
20 # sanitizer compiler flags
This page took 0.086634 seconds and 4 git commands to generate.