Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/lib/libasn1/asn1_compile Pull up revision 1.18 (request...
details: https://anonhg.NetBSD.org/src/rev/d0cefb6f50b4
branches: netbsd-1-6
changeset: 529255:d0cefb6f50b4
user: he <he%NetBSD.org@localhost>
date: Sun Nov 03 14:02:58 2002 +0000
description:
Pull up revision 1.18 (requested by thorpej in ticket #790):
When being built as a host tool, the <config.h> we use is
actually the libnbcompat config.h, so -DKRB5=1 so that
print_version.h actually has a version in it.
diffstat:
lib/libasn1/asn1_compile/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 62bd71bcbdd9 -r d0cefb6f50b4 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Sun Nov 03 13:59:02 2002 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Sun Nov 03 14:02:58 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/12/12 00:51:00 tv Exp $
+# $NetBSD: Makefile,v 1.14.2.1 2002/11/03 14:02:58 he Exp $
DIST= ${.CURDIR}/../../../crypto/dist
.PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
@@ -42,6 +42,7 @@
-I${.CURDIR}/../../../include/heimdal \
-I${DIST}/heimdal/lib/asn1 \
-I${DIST}/heimdal/lib/roken \
+ -DKRB5=1 \
-DHAVE_CONFIG_H
DPSRCS= print_version.h
Home |
Main Index |
Thread Index |
Old Index