[libvirt] [libvirt-php][PATCH 4/4] libvirt-php.so: Avoid versioning library

Neal Gompa ngompa13 at gmail.com
Thu Apr 21 11:18:00 UTC 2016


On Thu, Apr 21, 2016 at 5:51 AM, Michal Privoznik <mprivozn at redhat.com> wrote:
> This is just a plugin so there's no need to version its name like
> .so.X.Y.Z.
>
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/Makefile.am | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index ba374c8..182a759 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -22,6 +22,9 @@ libvirt_php_la_SOURCES = \
>  libvirt_php_la_CFLAGS = \
>         $(AM_CFLAGS) \
>         -DCOMPILE_DL_LIBVIRT=1
> +libvirt_php_la_LDFLAGS = \
> +       $(AM_LDFLAGS)   \
> +       -module -avoid-version
>
>  php_confdir = $(confdir)
>  php_conf_DATA = libvirt-php.ini
> --
> 2.7.3
>

All good here!



-- 
真実はいつも一つ!/ Always, there's only one truth!




More information about the libvir-list mailing list