]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libvirt: Shrinked libvirt.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2010 21:56:06 +0000 (22:56 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Mar 2010 21:56:06 +0000 (22:56 +0100)
Disabled that parts we do not use.

Fixes issue #582.

pkgs/core/libvirt/libvirt.nm

index 960a2e2e52778d16a9359ce0e23bdac974cc3c65..50704efb3ec1a4dc5eaa527cf86a1c3c4582c11a 100644 (file)
@@ -35,7 +35,7 @@ PKG_LICENSE    = LGPLv2.1+
 PKG_SUMMARY    = A library for controlling VMs.
 
 PKG_BUILD_DEPS+= pkg-config
-PKG_DEPS      += avahi curl cyrus-sasl gnutls libssh2 libxml2 lvm2 readline
+PKG_DEPS      += avahi curl cyrus-sasl gnutls libssh2 libxml2 lvm2 readline udev
 
 define PKG_DESCRIPTION
        A toolkit to interact with the virtualization capabilities of recent \
@@ -46,4 +46,11 @@ PKG_TARBALL    = $(THISAPP).tar.gz
 
 CONFIGURE_OPTIONS += \
        --with-qemu \
-       --without-xen
+       --without-esx \
+       --without-hal \
+       --without-lxc \
+       --without-openvz \
+       --without-polkit \
+       --without-uml \
+       --without-vbox \
+       --without-xen \