openjdk: Fix hardcoded gcc
svn path=/nixpkgs/trunk/; revision=28034
This commit is contained in:
parent
057e36e2f7
commit
146d6875b3
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
make MKDIR=${coreutils}/bin/mkdir sanity
|
make MKDIR=${coreutils}/bin/mkdir CC=${stdenv.gcc}/bin/gcc sanity
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue