* Hopefully really fix memtest86.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14829
This commit is contained in:
parent
98ab3f90ca
commit
8482c13edc
1 changed files with 5 additions and 2 deletions
|
@ -16,8 +16,11 @@ stdenv.mkDerivation {
|
|||
touch gnu/stubs-32.h
|
||||
fi
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-I.";
|
||||
|
||||
# Override the default optimisation setting (`-Os') to prevent lots
|
||||
# of spurious errors. See
|
||||
# https://bugs.launchpad.net/fedora/+source/memtest86+/+bug/246412.
|
||||
NIX_CFLAGS_COMPILE = "-O1 -I.";
|
||||
|
||||
installPhase = ''
|
||||
ensureDir $out
|
||||
|
|
Loading…
Reference in a new issue