I danced with the devil and found the needle in the haystack!

Remove the /usr/bin path to ranlib and just let the build environment
set the path. Running an aout version of ranlib on an elf library
is something we'd prefer not to do. I'm surprised that the build
didn't spit any errors when it did this. Shrug.
This commit is contained in:
jb 1998-09-21 08:44:24 +00:00
parent ac2c9069c6
commit 14b7d62d0f
3 changed files with 3 additions and 3 deletions

View File

@ -484,7 +484,7 @@ privlibexp='/usr/libdata/perl/5.00502'
prototype='define'
ptrsize='4'
randbits='31'
ranlib='/usr/bin/ranlib'
ranlib='ranlib'
rd_nodata='-1'
rm='rm'
rmail=''

View File

@ -484,7 +484,7 @@ privlibexp='/usr/libdata/perl/5.00502'
prototype='define'
ptrsize='8'
randbits='31'
ranlib='/usr/bin/ranlib'
ranlib='ranlib'
rd_nodata='-1'
rm='rm'
rmail=''

View File

@ -484,7 +484,7 @@ privlibexp='/usr/libdata/perl/5.00502'
prototype='define'
ptrsize='4'
randbits='31'
ranlib='/usr/bin/ranlib'
ranlib='ranlib'
rd_nodata='-1'
rm='rm'
rmail=''