forked from mirrors/nixpkgs
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:
parent
89cb711b80
commit
a3a1e27135
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue