[libvirt] [PATCH v2 1/5] make libvirt_driver_storage use pthread function

Daniel P. Berrange berrange at redhat.com
Mon Jul 18 10:54:14 UTC 2011


On Sun, Jul 17, 2011 at 06:44:57PM +0800, Guannan Ren wrote:
> ---
>  src/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 54b1ca0..90c4393 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -878,7 +878,7 @@ libvirt_driver_storage_la_SOURCES =
>  libvirt_driver_storage_la_CFLAGS = \
>  		-I at top_srcdir@/src/conf $(AM_CFLAGS)
>  libvirt_driver_storage_la_LDFLAGS = $(AM_LDFLAGS)
> -libvirt_driver_storage_la_LIBADD =
> +libvirt_driver_storage_la_LIBADD = libvirt_util.la
>  if WITH_SECDRIVER_SELINUX
>  libvirt_driver_storage_la_LIBADD += $(SELINUX_LIBS)
>  endif

NACK, this is not allowed. It sounds like you need to
add another export to src/libvirt_private.syms

Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list