Revert "chromium: Force -fno-stack-protector..."
This reverts commit b7cbb4da11fb409d597df473d480c51fa0d11536. The main reason behind this - apart from looking ugly - is that it didn't really solve anything, see: http://hydra.nixos.org/build/4198299 So, we need a different and less hacky approach... Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
0a43ce41de
commit
28eff71465
@ -223,6 +223,4 @@ in stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
} // optionalAttrs only25 {
|
|
||||||
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user