[5092] in Kerberos
Re: Could somebody help us?
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Fri May 5 09:41:07 1995
To: kerberos@MIT.EDU
Date: 5 May 1995 13:31:47 GMT
From: jik@cam.ov.com (Jonathan I. Kamens)
I forgot one more option for fixing the problem:
4) Modify lib/kdb/Makefile.in so that it compiles kdb_dbm.o, the only file in
the Kerberos distribution that uses DBM, with a HP-UX compiler instead of with
gcc. For example, we have something similar to this (which will only work if
you're using GNU make) in lib/kdc/Makefile.in in our K5B4pl3 tree:
ifeq ($(shell uname),HP-UX)
kdb_dbm.o: kdb_dbm.c
$(subst $(CC),c89 -D_HPUX_SOURCE,$(COMPILE.c)) kdb_dbm.c
endif
--
Jonathan Kamens | OpenVision Technologies, Inc. | jik@cam.ov.com