[krbdev.mit.edu #2832] CVS Commit
Ken Raeburn via RT
rt-comment at krbdev.mit.edu
Fri Dec 17 18:58:52 EST 2004
Current trunk code fails to build shared libraries on sparc64-netbsd
because the generated relocations with -fpic don't have the range
necessary. In general, any platform with sparc support that we want
to build for should use -fPIC instead of -fpic, with gcc. (I haven't
checked whether openbsd or freebsd support sparc these days; I think
they're the only ones in our shlib.conf that we might care about.)
* shlib.conf (*-*-netbsd*): Use -fPIC instead of -fpic, which won't work on
sparc64 at least.
To generate a diff of this commit:
cvs diff -r5.231 -r5.232 krb5/src/config/ChangeLog
cvs diff -r5.34 -r5.35 krb5/src/config/shlib.conf
More information about the krb5-bugs
mailing list