nginx: fix build with gcc8
This commit is contained in:
parent
f27378460d
commit
c051374da2
@ -69,7 +69,10 @@ stdenv.mkDerivation {
|
|||||||
++ optional (with stdenv.hostPlatform; isLinux || isFreeBSD) "--with-file-aio"
|
++ optional (with stdenv.hostPlatform; isLinux || isFreeBSD) "--with-file-aio"
|
||||||
++ map (mod: "--add-module=${mod.src}") modules;
|
++ map (mod: "--add-module=${mod.src}") modules;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [ "-I${libxml2.dev}/include/libxml2" ] ++ optional stdenv.isDarwin "-Wno-error=deprecated-declarations";
|
NIX_CFLAGS_COMPILE = [
|
||||||
|
"-I${libxml2.dev}/include/libxml2"
|
||||||
|
"-Wno-error=implicit-fallthrough"
|
||||||
|
] ++ optional stdenv.isDarwin "-Wno-error=deprecated-declarations";
|
||||||
|
|
||||||
configurePlatforms = [];
|
configurePlatforms = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user