diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 15:16:05 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-04-21 15:16:05 +0000 |
commit | 82e559936bf930663f4eb53eccd455168ac76ada (patch) | |
tree | a880b8e43732750e321fe8d10582eb685d9a3dd4 /community/multipath-tools/disable-rbd.patch | |
parent | f94cf087913dbb8078047a2b0ddece29fdb82dde (diff) | |
download | aports-82e559936bf930663f4eb53eccd455168ac76ada.tar.bz2 aports-82e559936bf930663f4eb53eccd455168ac76ada.tar.xz |
community/multipath-tools: moved from main
Diffstat (limited to 'community/multipath-tools/disable-rbd.patch')
-rw-r--r-- | community/multipath-tools/disable-rbd.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/multipath-tools/disable-rbd.patch b/community/multipath-tools/disable-rbd.patch new file mode 100644 index 0000000000..892a49b18b --- /dev/null +++ b/community/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) + |