aboutsummaryrefslogtreecommitdiffstats
path: root/main/multipath-tools
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-20 10:59:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-20 11:01:14 +0000
commit3857cdc3052b94e453791cf1f70bcbc4b45c90c7 (patch)
tree7eecbbfc251e94cddac04c1deeb3b4afcedea556 /main/multipath-tools
parentd53e824c6c41afb8206bf32a7a8e8a134e95af5b (diff)
downloadaports-3857cdc3052b94e453791cf1f70bcbc4b45c90c7.tar.bz2
aports-3857cdc3052b94e453791cf1f70bcbc4b45c90c7.tar.xz
main/multipath-tools: add missing patch
Diffstat (limited to 'main/multipath-tools')
-rw-r--r--main/multipath-tools/disable-rbd.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/main/multipath-tools/disable-rbd.patch b/main/multipath-tools/disable-rbd.patch
new file mode 100644
index 0000000000..892a49b18b
--- /dev/null
+++ b/main/multipath-tools/disable-rbd.patch
@@ -0,0 +1,14 @@
+diff --git a/libmultipath/checkers/Makefile b/libmultipath/checkers/Makefile
+index 11ab76f..db276ef 100644
+--- a/libmultipath/checkers/Makefile
++++ b/libmultipath/checkers/Makefile
+@@ -13,8 +13,7 @@ LIBS= \
+ libcheckdirectio.so \
+ libcheckemc_clariion.so \
+ libcheckhp_sw.so \
+- libcheckrdac.so \
+- libcheckrbd.so
++ libcheckrdac.so
+
+ all: $(LIBS)
+