aboutsummaryrefslogtreecommitdiffstats
path: root/main/multipath-tools/0001-disable-rados.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/multipath-tools/0001-disable-rados.patch')
-rw-r--r--main/multipath-tools/0001-disable-rados.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/main/multipath-tools/0001-disable-rados.patch b/main/multipath-tools/0001-disable-rados.patch
new file mode 100644
index 0000000000..2f1c8be4f4
--- /dev/null
+++ b/main/multipath-tools/0001-disable-rados.patch
@@ -0,0 +1,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
+