Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/crypto/external/cpl/tpm-tools/bin add libcrypto; needed by n...
details: https://anonhg.NetBSD.org/src/rev/dee923c9166d
branches: trunk
changeset: 790227:dee923c9166d
user: christos <christos%NetBSD.org@localhost>
date: Sun Sep 29 13:34:37 2013 +0000
description:
add libcrypto; needed by new binutils
diffstat:
crypto/external/cpl/tpm-tools/bin/Makefile.prog | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r fe794dc0e433 -r dee923c9166d crypto/external/cpl/tpm-tools/bin/Makefile.prog
--- a/crypto/external/cpl/tpm-tools/bin/Makefile.prog Sun Sep 29 12:11:59 2013 +0000
+++ b/crypto/external/cpl/tpm-tools/bin/Makefile.prog Sun Sep 29 13:34:37 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.prog,v 1.1 2012/01/28 16:04:12 christos Exp $
+# $NetBSD: Makefile.prog,v 1.2 2013/09/29 13:34:37 christos Exp $
.include "../Makefile.inc"
PROG=${.CURDIR:T}
@@ -30,6 +30,9 @@
DPADD+=${LIBTSPI}
LDADD+=-L${LIBTPMUTILSOBJDIR} -ltpm_utils -ltspi
+DPADD+=${LIBCRYPTO}
+LDADD+=-lcrypto
+
.if ${PROG} != "tpm_version" && ${PROG:M*sealdata} == ""
BINDIR=/usr/sbin
.if ${PROG} != "tpm_restrictsrk"
Home |
Main Index |
Thread Index |
Old Index