]> git.pld-linux.org Git - packages/libguestfs.git/commitdiff
- rel 4 auto/th/libguestfs-1_12_11-4
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 16 Mar 2012 19:26:19 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- should build now

Changed files:
    augeas-libxml2.patch -> 1.3
    libguestfs.spec -> 1.11

augeas-libxml2.patch
libguestfs.spec

index 3e8dc07536380bb2cf8700aab7cba03a6c1e3f71..ac09e81448165fb5bc8313f6fa8bec923422e552 100644 (file)
 -guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) $(AUGEAS_CFLAGS)
 +AM_CPPFLAGS = -I$(srcdir)/lib -Ilib $(WARN_CFLAGS) $(WERROR_CFLAGS) $(AUGEAS_CFLAGS) $(LIBXML2_CFLAGS)
 +guestfsd_CFLAGS = $(WARN_CFLAGS) $(WERROR_CFLAGS) $(AUGEAS_CFLAGS) $(LIBXML2_CFLAGS)
+--- libguestfs-1.12.11/daemon/configure.ac~    2011-12-22 20:06:47.000000000 +0100
++++ libguestfs-1.12.11/daemon/configure.ac     2012-03-16 20:17:43.343161378 +0100
+@@ -168,6 +168,15 @@
+         ],
+         [AC_MSG_WARN([augeas not found, some core features will be disabled])])
++dnl libxml2 (highly recommended)
++PKG_CHECK_MODULES([LIBXML2], [libxml-2.0],
++        [AC_SUBST([LIBXML2_CFLAGS])
++         AC_SUBST([LIBXML2_LIBS])
++         AC_DEFINE([HAVE_LIBXML2],[1],[libxml2 found at compile time.])
++        ],
++        [AC_MSG_WARN([libxml2 not found, some core features will be disabled])])
++AM_CONDITIONAL([HAVE_LIBXML2],[test "x$LIBXML2_LIBS" != "x"])
++
+ dnl Check for libselinux (optional).
+ AC_CHECK_HEADERS([selinux/selinux.h])
+ AC_CHECK_LIB([selinux],[setexeccon],[
index d552e15227f36f86a51c1db7b022f0db45af5986..6a549ecb1ef9314655362203ca4803f48b333fa4 100644 (file)
@@ -10,7 +10,7 @@ Summary:      Tools for accessing and modifying virtual machine disk images
 Summary(pl.UTF-8):     Narzędzia do dostępu i modyfikacji obrazów dysków maszyn wirtualnych
 Name:          libguestfs
 Version:       1.12.11
-Release:       3
+Release:       4
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://libguestfs.org/download/1.12-stable/%{name}-%{version}.tar.gz
@@ -187,6 +187,7 @@ cd ..
        QEMU=%{_bindir}/qemu \
        --with-java-home=%{java_home} \
        --with-qemu=qemu \
+       --enable-install-daemon \
        --disable-haskell \
        --disable-ruby \
        --disable-appliance \
This page took 0.139415 seconds and 4 git commands to generate.