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

Duncan Sands baldrick at free.fr
Fri Oct 24 01:18:40 PDT 2008


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,

Duncan.



More information about the llvm-commits mailing list