[libvirt] [PATCH] build: -avoid-version on libvirt_driver_nwfilter

Eric Blake eblake at redhat.com
Sun Apr 27 04:38:51 UTC 2014


On 04/25/2014 01:10 PM, Dwight Engen wrote:
> This fixes the following make rpm warning:
> 
> warning: Installed (but unpackaged) file(s) found:
>    /usr/lib64/libvirt/connection-driver/libvirt_driver_nwfilter.so.0
>    /usr/lib64/libvirt/connection-driver/libvirt_driver_nwfilter.so.0.0.0
> 
> Signed-off-by: Dwight Engen <dwight.engen at oracle.com>
> ---
>  src/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)

ACK and pushed.  Problem introduced in commit 8d559864

> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index dd0abe7..e9dc9e0 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -1543,6 +1543,7 @@ libvirt_driver_nwfilter_la_SOURCES =
>  libvirt_driver_nwfilter_la_LIBADD = libvirt_driver_nwfilter_impl.la
>  if WITH_DRIVER_MODULES
>  mod_LTLIBRARIES += libvirt_driver_nwfilter.la
> +libvirt_driver_nwfilter_la_LDFLAGS = -module -avoid-version $(AM_LDFLAGS)
>  else ! WITH_DRIVER_MODULES
>  noinst_LTLIBRARIES += libvirt_driver_nwfilter.la
>  # Stateful, so linked to daemon instead
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140426/d7a822ee/attachment-0001.sig>


More information about the libvir-list mailing list