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

Enable sheepdog support

parent b531061f
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,8 @@ Build-Depends: cdbs (>= 0.4.90~),
radvd [linux-any],
libnetcf-dev [linux-any],
libsanlock-dev [linux-any],
# for --with-storage-sheepdog
sheepdog,
# For "make check"
dwarves,
libxml2-utils,
......
......@@ -20,6 +20,7 @@ ifneq (,$(findstring $(DEB_HOST_ARCH_OS), linux))
WITH_STORAGE_LVM = --with-storage-lvm
WITH_STORAGE_ISCSI = --with-storage-iscsi
WITH_STORAGE_DISK = --with-storage-disk
WITH_STORAGE_SHEEPDOG = --with-storage-sheepdog
WITH_UDEV = --with-udev --without-hal
WITH_CAPNG = --with-capng
WITH_POLKIT = --with-polkit
......@@ -44,6 +45,7 @@ else
WITH_STORAGE_LVM = --without-storage-lvm
WITH_STORAGE_ISCSI = --without-storage-iscsi
WITH_STORAGE_DISK = --without-storage-disk
WITH_STORAGE_SHEEPDOG = --without-storage-sheepdog
WITH_UDEV = --without-udev --with-hal
WITH_CAPNG = --without-capng
WITH_POLKIT = --without-polkit
......
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