[2246] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

minor krb5-beta7 v4 build bug.

daemon@ATHENA.MIT.EDU (Wolfgang Rupprecht)
Wed Sep 18 13:06:00 1996

Date: Wed, 18 Sep 1996 10:04:00 -0700 (PDT)
From: Wolfgang Rupprecht <wolfgang@wsrcc.com>
To: krb5-bugs@MIT.EDU


(SunOS 4.1.4, gcc etc. althought it doesnt' matter.)

Configured with:

	../src/configure  --without-krb4 --with-cc=gcc --with-ccopts=-O2

Even thought v4 emulation is turned off, the v4server compilation is
attempted.  This fails big-time and the overall make stops at that
point.  

(This is clearly the wrong fix.  This edits the Makefile directly, but
I was too lazy to figure out how to hack autoconf.)

    cd krb5-beta7/obj.sunos414/kadmin/

    diff -u Makefile.~1~ Makefile
    --- Makefile.~1~	Tue Sep 17 22:05:42 1996
    +++ Makefile	Tue Sep 17 22:48:01 1996
    @@ -27,7 +27,7 @@
     S=/
     U=../

    -SUBDIRS = cli dbutil passwd ktutil server v4server v5passwdd
    +SUBDIRS = cli dbutil passwd ktutil server v5passwdd
     srcdir = ../../src/kadmin
     VPATH = ../../src/kadmin
 
-wolfgang
-- 
Wolfgang Rupprecht    <wolfgang@wsrcc.com>     <http://www.wsrcc.com/> 

home help back first fref pref prev next nref lref last post