[cfe-commits] Please provide a SONAME to libclang
Sylvestre Ledru
sylvestre at debian.org
Wed Jan 11 06:06:33 PST 2012
Le mardi 10 janvier 2012 à 20:19 -0500, Rafael Ávila de Espíndola a
écrit :
> On 10/01/12 02:24 PM, Sylvestre Ledru wrote:
> > Hello,
> >
> > The attached patch adds an SONAME to the libclang library.
> > It would be nice and helpful for distro tools to have a soname.
> >
> > I am not really happy about the patch (probably too hardcoded). I am
> > available to improve it on suggestions.
>
> Why the .1? The file is just libclang.so.
Hmm, .0 will be fine too (I increased the number moving from 2.9 => 3.0)
Under debian, I am doing a symlink
/usr/lib/libclang.so -> libclang.so.1
libclang.so being provided by libclang-dev for build purposes while
libclang.so.1 is provided by libclang1
Sylvestre
More information about the cfe-commits
mailing list