Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/lib/libcom_err/compile_et Pull up revision 1.15 (reques...



details:   https://anonhg.NetBSD.org/src/rev/b522ce40f916
branches:  netbsd-1-6
changeset: 529261:b522ce40f916
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 14:25:24 2002 +0000

description:
Pull up revision 1.15 (requested by thorpej in ticket #794):
  The config.h we use when building as a host tool is the
  libnbcompat config.h, not the heimdal config.h, so define
  KRB4=1 and KRB5=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 c00741884194 -r b522ce40f916 lib/libcom_err/compile_et/Makefile
--- a/lib/libcom_err/compile_et/Makefile        Sun Nov 03 14:22:30 2002 +0000
+++ b/lib/libcom_err/compile_et/Makefile        Sun Nov 03 14:25:24 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2002/02/02 06:17:56 tv Exp $
+# $NetBSD: Makefile,v 1.12.2.1 2002/11/03 14:25:24 he 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