Set KRB5_CONFIG for tests
authorEzra Peisach <epeisach@mit.edu>
Tue, 21 Oct 1997 17:29:47 +0000 (17:29 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 21 Oct 1997 17:29:47 +0000 (17:29 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10240 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/des/ChangeLog
src/lib/crypto/des/Makefile.in

index 1aed798a619cd83fedf389392ca267c7ea337dd9..4968e3d77e7a5ca10763c85805e751856734dc23 100644 (file)
@@ -1,3 +1,7 @@
+Tue Oct 21 13:22:23 1997  Ezra Peisach  <epeisach@mit.edu>
+
+       * Makefile.in (RUN_SETUP): Set KRB5_CONFIG.
+
 Tue Oct 14 15:35:53 1997  Tom Yu  <tlyu@voltage-multiplier.mit.edu>
 
        * des_int.h: Use better logic to find an appropriate type for
index 1a5a99f3e54beb235b99f0e88ee08eb6782907f0..37bc204ed76c2a1adf93af3296746d9f328f86b9 100644 (file)
@@ -8,7 +8,7 @@ CFLAGS = $(CCOPTS) $(DEFS)
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
 
-RUN_SETUP = @KRB5_RUN_ENV@
+RUN_SETUP = @KRB5_RUN_ENV@ KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf
 
 STLIBOBJS=\
        afsstring2key.o \