Merge staging-next-21.05 into staging-21.05
This commit is contained in:
commit
d228dbd8d8
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
buildInputs = [ libopcodes libbfd libelf zlib readline ];
|
buildInputs = [ libopcodes libbfd libelf zlib readline ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs scripts/bpf_helpers_doc.py
|
patchShebangs scripts/bpf_doc.py
|
||||||
|
|
||||||
cd tools/bpf
|
cd tools/bpf
|
||||||
substituteInPlace ./bpftool/Makefile \
|
substituteInPlace ./bpftool/Makefile \
|
||||||
|
@ -55,7 +55,7 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs scripts/bpf_helpers_doc.py
|
patchShebangs scripts/bpf*_doc.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = false; # requires "sparse"
|
doCheck = false; # requires "sparse"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user