multipath-tools: fixup build (missing #include)
This commit is contained in:
parent
f4933e2243
commit
ea91658f85
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ stdenv.mkDerivation rec {
|
|||
kpartx/Makefile libmpathpersist/Makefile
|
||||
sed -i -e "s,GZIP,GZ," \
|
||||
$(find * -name Makefile\*)
|
||||
|
||||
sed '1i#include <assert.h>' -i tests/{util,vpd}.c
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkg-config perl ];
|
||||
|
|
Loading…
Reference in a new issue