summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/dnbd3')
-rw-r--r--core/modules/dnbd3/module.build1
-rw-r--r--core/modules/dnbd3/module.conf2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/modules/dnbd3/module.build b/core/modules/dnbd3/module.build
index 48fa7c7b..5f049e97 100644
--- a/core/modules/dnbd3/module.build
+++ b/core/modules/dnbd3/module.build
@@ -35,6 +35,7 @@ build() {
-DBUILD_FUSE_CLIENT=ON \
-DBUILD_KERNEL_MODULE=ON \
-DBUILD_SERVER=ON \
+ -DBUILD_SERVER_FUSE=ON \
-DBUILD_STRESSTEST=OFF \
"$MODULE_WORK_DIR/src/dnbd3" || perror "Could not cmake"
make dnbd3-client || perror "Could not make dnbd3-client"
diff --git a/core/modules/dnbd3/module.conf b/core/modules/dnbd3/module.conf
index 9e8bf304..a21ace25 100644
--- a/core/modules/dnbd3/module.conf
+++ b/core/modules/dnbd3/module.conf
@@ -1,6 +1,6 @@
#!/bin/bash
REQUIRED_MODULES="kernel"
-REQUIRED_GIT="https://git.openslx.org/dnbd3.git"
+REQUIRED_GIT="https://git.openslx.org/dnbd3.git||fuse_ll"
REQUIRED_BINARIES="
dnbd3-client
dnbd3-fuse