blob: 2f1c8be4f48b4eca9c101834c7682f837387c733 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 490431efb3eb3a8746af5b3ad97797ae85b5bc0b Mon Sep 17 00:00:00 2001
From: Leonardo Arena <rnalrd@alpinelinux.org>
Date: Fri, 5 May 2017 12:14:35 +0000
Subject: [PATCH] disable rados
---
Makefile.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.inc b/Makefile.inc
index 8361e6c..67fab53 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -10,7 +10,7 @@
# WITH_LOCAL_LIBSYSFS = 1
#
# Uncomment to disable RADOS support (e.g. if rados headers are missing).
-# ENABLE_RADOS = 0
+ENABLE_RADOS = 0
#
# Uncomment to disable libdmmp support
# ENABLE_LIBDMMP = 0
--
2.12.2
|