nginx: disable pie on darwin
This commit is contained in:
parent
3c14ef0c4a
commit
734788b71d
@ -62,7 +62,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
preConfigure = (concatMapStringsSep "\n" (mod: mod.preConfigure or "") modules);
|
preConfigure = (concatMapStringsSep "\n" (mod: mod.preConfigure or "") modules);
|
||||||
|
|
||||||
hardeningEnable = [ "pie" ];
|
hardeningEnable = optional (!stdenv.isDarwin) "pie";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mv $out/sbin $out/bin
|
mv $out/sbin $out/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user