Package: libvirt Version: Please enable OpenVZ support Severity: wishlist Tags: patch
Hi, OpenVZ support for libvirt is explicitly disabled when building, while there seems to be no reason for that. Please enable it. Patch attached, please note that I had to add libdevmapper-dev and uuid-dev to the build dependencies. Cheers, Pierre -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- debian/rules.orig 2008-11-05 14:15:51.000000000 +0100 +++ debian/rules 2008-11-05 14:16:50.000000000 +0100 @@ -17,7 +17,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --disable-rpath \ --with-qemu \ - --without-openvz \ + --with-openvz \ --without-lxc \ --with-avahi \ --with-sasl \
--- debian/control.orig 2008-11-05 14:20:54.000000000 +0100 +++ debian/control 2008-11-05 14:20:11.000000000 +0100 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Libvirt Maintainers <[EMAIL PROTECTED]> Uploaders: Guido Guenther <[EMAIL PROTECTED]> -Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), libxml2-dev, libncurses5-dev, libreadline5-dev, zlib1g-dev, libgnutls-dev, python-dev (>= 2.3.5-11), python-central (>= 0.5.6), quilt, libavahi-client-dev, libsasl2-dev, libxen-dev [i386 amd64], lvm2, qemu [amd64 i386 powerpc sparc], libpolkit-dbus-dev, open-iscsi, libparted1.8-dev, libselinux1-dev +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), libxml2-dev, libncurses5-dev, libreadline5-dev, zlib1g-dev, libgnutls-dev, python-dev (>= 2.3.5-11), python-central (>= 0.5.6), quilt, libavahi-client-dev, libsasl2-dev, libxen-dev [i386 amd64], lvm2, qemu [amd64 i386 powerpc sparc], libpolkit-dbus-dev, open-iscsi, libparted1.8-dev, libselinux1-dev, libdevmapper-dev, uuid-dev XS-Python-Version: current Vcs-Git: git://git.debian.org/git/pkg-libvirt/libvirt.git Vcs-Browser: http://git.debian.org/?p=pkg-libvirt/libvirt.git