mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
openjdk: We need ECHO to be echo -e, so replace the override with a sed
svn path=/nixpkgs/trunk/; revision=28084
This commit is contained in:
parent
5fca670490
commit
f70d3b72df
@ -29,10 +29,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
sed -i s@/bin/ls@${coreutils}/bin/ls@ \
|
||||
openjdk/hotspot/make/linux/makefiles/sa.make
|
||||
|
||||
sed -i "s@/bin/echo -e@${coreutils}/bin/echo -e@" \
|
||||
openjdk/jdk/make/common/shared/Defs-utils.gmk
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
"ECHO=${coreutils}/bin/echo"
|
||||
"SORT=${coreutils}/bin/sort"
|
||||
"ALSA_INCLUDE=${alsaLib}/include/alsa/version.h"
|
||||
"FREETYPE_HEADERS_PATH=${freetype}/include"
|
||||
|
Loading…
Reference in New Issue
Block a user