tcpkali: fix build w/glibc-2.32

This commit is contained in:
Maximilian Bosch
2020-08-10 22:26:45 +02:00
parent 5f5ff55623
commit 7f02eca8cc

View File

@@ -11,6 +11,9 @@ stdenv.mkDerivation rec {
rev = "v${version}";
sha256 = "09ky3cccaphcqc6nhfs00pps99lasmzc2pf5vk0gi8hlqbbhilxf";
};
postPatch = ''
sed -ie '/sys\/sysctl\.h/d' src/tcpkali_syslimits.c
'';
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ bison];
meta = {