[lxc-devel] [PATCH 1/3] build: use libtool for linking the library, and link lxc-init statically.

2012-11-10 Thread Diego Elio Pettenò
The shared object versioning on the library (soname) was completely wrong, as the ABI doesn't seem to be guaranteed between one version and the other, so proposing all of them as .so.0 is very wrong. Furthermore you generally want lxc-init static so that you don't have to add (or have a

Re: [lxc-devel] [PATCH 1/3] build: use libtool for linking the library, and link lxc-init statically.

2012-05-10 Thread Daniel Lezcano
On 03/24/2012 04:22 AM, Diego Elio Pettenò wrote: The shared object versioning on the library (soname) was completely wrong, as the ABI doesn't seem to be guaranteed between one version and the other, so proposing all of them as .so.0 is very wrong. Furthermore you generally want lxc-init