[Pkg-libvirt-commits] [libguestfs] 71/266: p2v: Move libutils before libxml2 in the list of libraries (RHBZ#1102447).

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:43 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit bbae6136abe6432648be94decedc6c96cbe63328
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Aug 11 14:51:37 2014 +0100

    p2v: Move libutils before libxml2 in the list of libraries (RHBZ#1102447).
    
    The error is:
    
    ../src/.libs/libutils.a(
    libutils_la-cleanup.o): In function `guestfs___cleanup_xmlBufferFree':
    cleanup.c:(.text+0x79): undefined reference to `xmlBufferFree'
    ../src/.libs/libutils.a(libutils_la-cleanup.o): In function
    `guestfs___cleanup_xmlFreeDoc':
    cleanup.c:(.text+0x99): undefined reference to `xmlFreeDoc'
    [etc.]
    
    Thanks: Arnaud Gaboury
---
 p2v/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2v/Makefile.am b/p2v/Makefile.am
index 9db0de3..644b405 100644
--- a/p2v/Makefile.am
+++ b/p2v/Makefile.am
@@ -57,10 +57,10 @@ virt_p2v_CFLAGS = \
 	$(GTK2_CFLAGS)
 
 virt_p2v_LDADD = \
+	$(top_builddir)/src/libutils.la \
 	$(PCRE_LIBS) \
 	$(LIBXML2_LIBS) \
 	$(GTK2_LIBS) \
-	$(top_builddir)/src/libutils.la \
 	../gnulib/lib/libgnu.la
 
 # Manual pages and HTML files for the website.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list