multipath-tools: Fix build with multi-output lvm2
It was broken by commit d3a991d410
(#93024).
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace libmultipath/Makefile --replace /usr/include/libdevmapper.h ${lvm2}/include/libdevmapper.h
|
substituteInPlace libmultipath/Makefile --replace /usr/include/libdevmapper.h ${stdenv.lib.getDev lvm2}/include/libdevmapper.h
|
||||||
sed -i -re '
|
sed -i -re '
|
||||||
s,^( *#define +DEFAULT_MULTIPATHDIR\>).*,\1 "'"$out/lib/multipath"'",
|
s,^( *#define +DEFAULT_MULTIPATHDIR\>).*,\1 "'"$out/lib/multipath"'",
|
||||||
' libmultipath/defaults.h
|
' libmultipath/defaults.h
|
||||||
|
|||||||
Reference in New Issue
Block a user