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
ac2c9069c6
commit
14b7d62d0f
@ -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…
Reference in New Issue
Block a user