[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] [patch] Locate libz.so on slackware64
From: |
Stuart Hughes |
Subject: |
Re: [Ltib] [patch] Locate libz.so on slackware64 |
Date: |
Sun, 07 Aug 2011 16:06:32 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 |
Hi Lars,
Thanks for the patch. I've applied this and committed this to CVS.
Regards, Stuart
On 01/08/11 13:18, Lars Hjemli wrote:
> Hello,
>
> Most libraries on slackware64 are located in /usr/lib64, which is not
> in the list of glob-patterns used by bin/Ltibutils.pm when checking if
> zlib is available on the host (although /usr/lib64/libz.so is included
> in the tests for glibc-devel).
>
> Attached is a patch which fixes this issue.
>