diff options
Diffstat (limited to 'security/tpm-tools/files/patch-lib-Makefile.am')
-rw-r--r-- | security/tpm-tools/files/patch-lib-Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tpm-tools/files/patch-lib-Makefile.am b/security/tpm-tools/files/patch-lib-Makefile.am new file mode 100644 index 000000000000..30a2845499a7 --- /dev/null +++ b/security/tpm-tools/files/patch-lib-Makefile.am @@ -0,0 +1,11 @@ +--- lib/Makefile.am.orig 2012-05-17 17:50:39 UTC ++++ lib/Makefile.am +@@ -44,7 +44,7 @@ libtpm_utils_la_SOURCES = tpm_utils.c \ + # + # TSPI interface library + libtpm_tspi_la_SOURCES = tpm_tspi.c +-libtpm_tspi_la_LIBADD = libtpm_utils.la -ldl ++libtpm_tspi_la_LIBADD = libtpm_utils.la + + # + # PKCS#11 interface library |