siege: fix build with clang (#480760)

This commit is contained in:
7c6f434c
2026-01-18 21:13:46 +00:00
committed by GitHub
+3
View File
@@ -33,6 +33,9 @@ stdenv.mkDerivation rec {
"--with-zlib=${zlib.dev}"
];
# Borrowed solution from homebrew: https://github.com/Homebrew/homebrew-core/blob/1c7c95183c0984a84b1680422afab6578c300a27/Formula/s/siege.rb#L31
CFLAGS = lib.optionalString stdenv.cc.isClang "-Wno-int-conversion";
meta = {
description = "HTTP load tester";
homepage = "https://www.joedog.org/siege-home/";