nginxModules.vts: fix build on gcc11

main
Izorkin 2 years ago
parent 486e183612
commit 6508304a88
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09
  1. 2
      pkgs/servers/http/nginx/generic.nix

@ -107,6 +107,8 @@ stdenv.mkDerivation {
NIX_CFLAGS_COMPILE = toString ([
"-I${libxml2.dev}/include/libxml2"
"-Wno-error=implicit-fallthrough"
# fix build vts module on gcc11
"-Wno-error=stringop-overread"
] ++ optional stdenv.isDarwin "-Wno-error=deprecated-declarations");
configurePlatforms = [];

Loading…
Cancel
Save