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/libkadm5srv Provide an expli...



details:   https://anonhg.NetBSD.org/src/rev/2c0033a18569
branches:  trunk
changeset: 320557:2c0033a18569
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jul 12 11:13:50 2018 +0000

description:
Provide an explicit dependency on heimbase

diffstat:

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

diffs (19 lines):

diff -r 099a6085b98d -r 2c0033a18569 crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile
--- a/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile      Thu Jul 12 10:46:40 2018 +0000
+++ b/crypto/external/bsd/heimdal/lib/libkadm5srv/Makefile      Thu Jul 12 11:13:50 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/01/28 21:31:52 christos Exp $
+# $NetBSD: Makefile,v 1.5 2018/07/12 11:13:50 martin Exp $
 
 USE_FORT?= yes # network protocol library
 
@@ -15,7 +15,8 @@
 LIBDPLIBS+=    krb5    ${.CURDIR}/../libkrb5 \
                com_err ${.CURDIR}/../libcom_err \
                hdb     ${.CURDIR}/../libhdb \
-               roken   ${.CURDIR}/../libroken
+               roken   ${.CURDIR}/../libroken  \
+               heimbase        ${.CURDIR}/../libheimbase
 
 HEIMSRCS= kadm5_err.et
 



Home | Main Index | Thread Index | Old Index