aboutsummaryrefslogtreecommitdiffstats
path: root/main/multipath-tools/0001-disable-rados.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-05-19 15:48:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-19 15:48:38 +0000
commit2a87688010b283f11294cc8a5ae277cd3692c6e1 (patch)
treee9aad78f6f4909490907e7ee0c12ff43ce2fb256 /main/multipath-tools/0001-disable-rados.patch
parent7772819f568aba3c8f917c49d22272bdd4fa47d5 (diff)
downloadaports-2a87688010b283f11294cc8a5ae277cd3692c6e1.tar.bz2
aports-2a87688010b283f11294cc8a5ae277cd3692c6e1.tar.xz
main/multipath-tools: move back from community
we ship multipath-tools with alpine-xen iso image so we should have it in main.
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
+