gatling: fix build with gcc14 (#393827)
This commit is contained in:
commit
18cff5e982
@ -30,8 +30,10 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
substituteInPlace Makefile --replace "/usr/local" "$out"
|
substituteInPlace Makefile --replace-fail "/usr/local" "$out"
|
||||||
substituteInPlace GNUmakefile --replace "/opt/diet" "$out"
|
substituteInPlace GNUmakefile --replace-fail "/opt/diet" "$out"
|
||||||
|
substituteInPlace tryalloca.c --replace-fail "main() {" "int main() {"
|
||||||
|
substituteInPlace trysocket.c --replace-fail "main() {" "int main() {"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user