Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libasn1/asn1_compile When being built as a host tool, th...
details: https://anonhg.NetBSD.org/src/rev/95dd0bfc6f02
branches: trunk
changeset: 536345:95dd0bfc6f02
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Sep 13 17:29:56 2002 +0000
description:
When being built as a host tool, the <config.h> we see 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 87159a20de59 -r 95dd0bfc6f02 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Fri Sep 13 17:16:00 2002 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Fri Sep 13 17:29:56 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/09/12 13:35:56 joda Exp $
+# $NetBSD: Makefile,v 1.18 2002/09/13 17:29:56 thorpej Exp $
NOLINT= # defined
NOMAN= # defined
@@ -46,6 +46,7 @@
-I${NETBSDSRCDIR}/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