[krbdev.mit.edu #6858] incorrect library format on FreeBSD
Arlene Berry via RT
rt-comment at krbdev.mit.edu
Tue Feb 8 21:06:53 EST 2011
It tries to use an obsolete program to decide the binary format of the
system and then mistakenly believes it is a.out.
Reference:
http://lists.freebsd.org/pipermail/freebsd-ports/2007-February/038523.ht
ml
Index: src/config/shlib.conf
===================================================================
--- src/config/shlib.conf (revision 24618)
+++ src/config/shlib.conf (working copy)
@@ -309,7 +309,7 @@
if test -x /usr/bin/objformat ; then
objformat=`/usr/bin/objformat`
else
- objformat="aout"
+ objformat="elf"
fi
PICFLAGS=-fpic
if test "x$objformat" = "xelf" ; then
More information about the krb5-bugs
mailing list