[Pkg-libvirt-commits] [SCM] Libvirt Debian packaging branch, master, updated. debian/0.7.7-2-1-gf74e13a
Guido Günther
agx at sigxcpu.org
Wed Mar 17 13:32:05 UTC 2010
The following commit has been merged in the master branch:
commit f74e13a9d1137994ea56c851f0bbdfda495051eb
Author: Guido Günther <agx at sigxcpu.org>
Date: Wed Mar 17 14:16:12 2010 +0100
Explicitly disable hal
Closes: #574177
diff --git a/debian/rules b/debian/rules
index 93c1426..0a74fd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,11 +31,12 @@ DEB_CONFIGURE_EXTRA_FLAGS := \
--with-avahi \
--with-sasl \
--with-polkit \
- --with-udev \
- --with-storage-fs \
- --with-storage-lvm \
- --with-storage-iscsi \
- --with-storage-disk \
+ --with-udev \
+ --without-hal \
+ --with-storage-fs \
+ --with-storage-lvm \
+ --with-storage-iscsi \
+ --with-storage-disk \
--with-init-scripts=none \
--without-numactl \
--without-selinux \
--
Libvirt Debian packaging
More information about the Pkg-libvirt-commits
mailing list