[Pkg-libvirt-commits] [libvirt] 01/01: Disable hal on all architectures

Guido Guenther agx at moszumanska.debian.org
Sun May 4 12:19:09 UTC 2014


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

agx pushed a commit to branch master
in repository libvirt.

commit 8388a281968d98221e462dd0c68e34c9b69cfc82
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sun May 4 13:43:18 2014 +0200

    Disable hal on all architectures
    
    Closes: #710195
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index f2af567..c72051a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
   WITH_STORAGE_DISK   =	--with-storage-disk
   WITH_STORAGE_SHEEPDOG = --with-storage-sheepdog
   WITH_STORAGE_RBD    = --with-storage-rbd
-  WITH_UDEV           = --with-udev --without-hal
+  WITH_UDEV           = --with-udev
   WITH_CAPNG          = --with-capng
   WITH_POLKIT         = --with-polkit
   WITH_MACVTAP        = --with-macvtap
@@ -51,7 +51,7 @@ else
   WITH_STORAGE_DISK   =	--without-storage-disk
   WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
   WITH_STORAGE_RBD    = --without-storage-rbd
-  WITH_UDEV           = --without-udev --with-hal
+  WITH_UDEV           = --without-udev
   WITH_CAPNG          = --without-capng
   WITH_POLKIT         = --without-polkit
   WITH_MACVTAP        = --without-macvtap
@@ -107,6 +107,7 @@ DEB_CONFIGURE_EXTRA_ARGS :=      \
 	$(WITH_LXC)              \
 	$(WITH_DTRACE)           \
 	$(WITH_AUDIT)            \
+	--without-hal            \
 	--without-firewalld
 
 DEB_BUILDDIR := $(CURDIR)/debian/build

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



More information about the Pkg-libvirt-commits mailing list