On Mon, 22 Nov 2010 2:27:20 -0700
Matthew Burgess <[email protected]> wrote:

> Hi all,
> 
> Please see message below that was sent to me privately.
> 
> I don't remember being the original developer of the Perl patch,
> so can't immediately explain why the line mentioned isn't changed
> and/or why things work without it being changed.  Anyone else?

Me too. I also can't see why it works as it is. Obviously the line 
     libc=`ls -l /lib/libc.so.6 | awk '{print $NF}'`
isn't changed by the patch, it's there in the original hints/linux.sh
Perhaps we should, as CyberDomovoy says, change it to 
     libc=`ls -l ${prefix}/lib/libc.so.6 | awk '{print $NF}'`
Or even (if we're painting bikesheds;)
     libc=`readlink ${prefix}/lib/libc.so.6`

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to