3
0
Fork 0
forked from mirrors/nixpkgs

Revert "chromium: Force -fno-stack-protector..."

This reverts commit b7cbb4da11.

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:
aszlig 2013-02-27 06:00:56 +01:00
parent 0a43ce41de
commit 28eff71465
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -223,6 +223,4 @@ in stdenv.mkDerivation rec {
license = licenses.bsd3;
platforms = platforms.linux;
};
} // optionalAttrs only25 {
NIX_CFLAGS_COMPILE = "-fno-stack-protector";
}