3
0
Fork 0
forked from mirrors/nixpkgs

openjdk: Set more informative version string

Also, disable full debug symbols. Don't know if this matters because
we're already stripping everything.
This commit is contained in:
Eelco Dolstra 2014-07-08 18:11:20 +02:00
parent 639f117ec4
commit 1b391e6bf9

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
"ALSA_INCLUDE=${alsaLib}/include/alsa/version.h"
"FREETYPE_HEADERS_PATH=${freetype}/include"
"FREETYPE_LIB_PATH=${freetype}/lib"
"MILESTONE=release"
"MILESTONE=u${update}"
"BUILD_NUMBER=b${build}"
"USRBIN_PATH="
"COMPILER_PATH="
@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
"BOOTDIR=${jdk}"
"STATIC_CXX=false"
"UNLIMITED_CRYPTO=1"
"FULL_DEBUG_SYMBOLS=0"
];
configurePhase = "true";