Unverified Commit 2e62b5cc authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

Merge pull request #313836 from superherointj/pkgsMusl.nginx-fix-build

parents 279f866c 27a9dd92
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -130,6 +130,9 @@ stdenv.mkDerivation {
    "-Wno-error=deprecated-declarations"
    "-Wno-error=gnu-folding-constant"
    "-Wno-error=unused-but-set-variable"
  ] ++ lib.optionals stdenv.hostPlatform.isMusl [
    # fix sys/cdefs.h is deprecated
    "-Wno-error=cpp"
  ]);

  configurePlatforms = [];