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/libkrb5 Let's see if we can ...
details: https://anonhg.NetBSD.org/src/rev/1c1a3e7c1684
branches: trunk
changeset: 765133:1c1a3e7c1684
user: christos <christos%NetBSD.org@localhost>
date: Fri May 20 02:04:59 2011 +0000
description:
Let's see if we can get away with this for the sun2 port or we are going
to need to:
1. put the contents of libipc.a in libkrb5.a
or
2. install libipc.a [perhaps call it libkrbipc.a?]
diffstat:
crypto/external/bsd/heimdal/lib/libkrb5/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 4c56bca39004 -r 1c1a3e7c1684 crypto/external/bsd/heimdal/lib/libkrb5/Makefile
--- a/crypto/external/bsd/heimdal/lib/libkrb5/Makefile Fri May 20 02:00:45 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libkrb5/Makefile Fri May 20 02:04:59 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:53 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/05/20 02:04:59 christos Exp $
USE_FORT?= yes # network protocol library
@@ -17,6 +17,7 @@
crypto ${SSLBASE}/lib/libcrypto \
asn1 ${HEIMBASE}/lib/libasn1 \
com_err ${HEIMBASE}/lib/libcom_err \
+ ipc ${HEIMBASE}/lib/libipc \
roken ${HEIMBASE}/lib/libroken \
wind ${HEIMBASE}/lib/libwind \
heimbase ${HEIMBASE}/lib/libheimbase
Home |
Main Index |
Thread Index |
Old Index