summaryrefslogtreecommitdiff
path: root/security/tpm-tools/files/patch-lib-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'security/tpm-tools/files/patch-lib-Makefile.am')
-rw-r--r--security/tpm-tools/files/patch-lib-Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/tpm-tools/files/patch-lib-Makefile.am b/security/tpm-tools/files/patch-lib-Makefile.am
index 30a2845499a7..3aeee41961e9 100644
--- a/security/tpm-tools/files/patch-lib-Makefile.am
+++ b/security/tpm-tools/files/patch-lib-Makefile.am
@@ -1,11 +1,11 @@
---- lib/Makefile.am.orig 2012-05-17 17:50:39 UTC
+--- lib/Makefile.am.orig 2017-02-21 02:23:56 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
+-libtpm_tspi_la_LIBADD = libtpm_utils.la -ldl @INTLLIBS@
++libtpm_tspi_la_LIBADD = libtpm_utils.la @INTLLIBS@
#
# PKCS#11 interface library