[llvm-commits] [test-suite] r58064 - /test-suite/trunk/MultiSource/Applications/ClamAV/Makefile

Török Edwin edwintorok at gmail.com
Fri Oct 24 01:26:15 PDT 2008


On 2008-10-24 11:18, Duncan Sands wrote:
> Hi,
>
>   
>> Fix the correct soname for libz on "Linux" hosts, fixing a JIT failure.
>>     
> ...
>   
>> +ifeq ($(OS),Linux)
>> +EXTRA_LLI_OPTS += -load=libz.so.1
>> +EXTRA_JIT_OPTS += -load=libz.so.1
>> +else
>>     
>
> I was going to say that this linux system was setup wrong, and
> should have a symbolic link from libz.so to libz.so.1, but then
> I checked the "Linux Standard Base" and saw that libz.so.1 is
> the canonical name:
>   http://refspecs.linux-foundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/libz.html
> So this patch seems to be correct :)
>
> Ciao,
>   

ldconfig usually creates those symbolic links, at least on Debian.

Best regards,
--Edwin



More information about the llvm-commits mailing list