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:
parent
6d7cd12a6c
commit
608c9e3cf8
@ -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=''
|
||||
|
@ -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=''
|
||||
|
@ -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=''
|
||||
|
Loading…
x
Reference in New Issue
Block a user