Skip to content
Snippets Groups Projects
Commit 8388a281 authored by Guido Günther's avatar Guido Günther
Browse files

Disable hal on all architectures

Closes: #710195
parent f8d48c5b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment