[linux-lvm] Patches for 0.8.1

Luca Berra bluca at comedia.it
Sun Dec 17 10:04:26 UTC 2000


>  
>  $(SO): $(ALL_OBJECTS)
> -       ld -shared -o $(SO) $(ALL_OBJECTS)
> +       ld -shared -soname=${SO} -o $(SO) $(ALL_OBJECTS)
> +       ln -sf ${SO} ${BASESO}

i thought it was better to use 'gcc -shared -Wl,-soname,${SO}' to link
shared libraries, especially under libc6

L.
-- 
Luca Berra -- bluca at comedia.it
        Communication Media & Services S.r.l.
 /"\
 \ /     ASCII RIBBON CAMPAIGN
  X        AGAINST HTML MAIL
 / \



More information about the linux-lvm mailing list