Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcom_err/compile_et The config.h we get when building ...
details: https://anonhg.NetBSD.org/src/rev/879e0f6f6e0a
branches: trunk
changeset: 536350:879e0f6f6e0a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Sep 13 18:30:43 2002 +0000
description:
The config.h we get when building as a host tool is the libnbcompat
config.h, not the heimdal config.h, so -DKRB4=1 and -DKRB5=1 for
print_version.h.
diffstat:
lib/libcom_err/compile_et/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 55ed6eaf0df3 -r 879e0f6f6e0a lib/libcom_err/compile_et/Makefile
--- a/lib/libcom_err/compile_et/Makefile Fri Sep 13 18:28:58 2002 +0000
+++ b/lib/libcom_err/compile_et/Makefile Fri Sep 13 18:30:43 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/08/19 13:35:06 lukem Exp $
+# $NetBSD: Makefile,v 1.15 2002/09/13 18:30:43 thorpej Exp $
NOMAN= # defined
@@ -24,6 +24,7 @@
-I${LIBROKEN} \
-I${DIST}/heimdal/lib/com_err \
-I${DIST}/heimdal/lib/roken \
+ -DKRB4=1 -DKRB5=1 \
-DHAVE_CONFIG_H
DPSRCS= print_version.h
Home |
Main Index |
Thread Index |
Old Index