freebsd-ports/security/tpm-tools/files/patch-src-cmds-Makefile.am
2010-11-07 12:10:03 +00:00

11 lines
477 B
Text

--- src/cmds/Makefile.am.orig 2010-02-02 02:17:23.000000000 +0900
+++ src/cmds/Makefile.am 2010-10-25 01:55:31.067559744 +0900
@@ -30,7 +30,7 @@
AM_CPPFLAGS = -I$(top_srcdir)/include -D_LINUX
endif
-LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la -ltpm_unseal
+LDADD = $(top_builddir)/lib/libtpm_tspi.la -ltspi $(top_builddir)/lib/libtpm_unseal.la
tpm_sealdata_SOURCES = tpm_sealdata.c
tpm_unsealdata_SOURCES = tpm_unsealdata.c