Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/lib/libgssapi Explicit heimbase ...



details:   https://anonhg.NetBSD.org/src/rev/965770bfcfb8
branches:  trunk
changeset: 324552:965770bfcfb8
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Jul 10 13:17:36 2018 +0000

description:
Explicit heimbase dependency (similar to other recent MKREPRO fixes)

diffstat:

 crypto/external/bsd/heimdal/lib/libgssapi/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3e0847975af3 -r 965770bfcfb8 crypto/external/bsd/heimdal/lib/libgssapi/Makefile
--- a/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Tue Jul 10 12:31:46 2018 +0000
+++ b/crypto/external/bsd/heimdal/lib/libgssapi/Makefile        Tue Jul 10 13:17:36 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/04/24 13:50:53 pettai Exp $
+# $NetBSD: Makefile,v 1.5 2018/07/10 13:17:36 martin Exp $
 
 USE_FORT?= yes        # network protocol library
 
@@ -17,6 +17,7 @@
                asn1            ${HEIMBASE}/lib/libasn1         \
                com_err         ${HEIMBASE}/lib/libcom_err      \
                roken           ${HEIMBASE}/lib/libroken        \
+               heimbase        ${HEIMBASE}/lib/libheimbase     \
                heimntlm        ${HEIMBASE}/lib/libheimntlm     \
                crypto          ${SSLBASE}/lib/libcrypto
 



Home | Main Index | Thread Index | Old Index