Merge pull request #2518 from jwiegley/nginx
Add -Wno-error=deprecated-declarations for nginx, required to build on Darwin
This commit is contained in:
commit
008dc39ca3
@ -74,8 +74,10 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional syslog "--add-module=${syslog-ext}"
|
++ stdenv.lib.optional syslog "--add-module=${syslog-ext}"
|
||||||
++ stdenv.lib.optional moreheaders "--add-module=${moreheaders-ext}";
|
++ stdenv.lib.optional moreheaders "--add-module=${moreheaders-ext}";
|
||||||
|
|
||||||
|
additionalFlags = stdenv.lib.optionalString stdenv.isDarwin "-Wno-error=deprecated-declarations";
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${libxml2}/include/libxml2"
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I${libxml2}/include/libxml2 $additionalFlags"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user