mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Revert "openjdk: fixup build after #44767"
This reverts commit 38eea804e6
.
This commit is contained in:
parent
13c8acc3db
commit
5a012fdbb3
@ -106,12 +106,6 @@ let
|
|||||||
# https://github.com/JetBrains/jdk8u/commit/eaa5e0711a43d64874111254d74893fa299d5716
|
# https://github.com/JetBrains/jdk8u/commit/eaa5e0711a43d64874111254d74893fa299d5716
|
||||||
+ stdenv.lib.optionalString stdenv.cc.isGNU ''
|
+ stdenv.lib.optionalString stdenv.cc.isGNU ''
|
||||||
NIX_CFLAGS_COMPILE+=" -fno-lifetime-dse -fno-delete-null-pointer-checks -std=gnu++98 -Wno-error"
|
NIX_CFLAGS_COMPILE+=" -fno-lifetime-dse -fno-delete-null-pointer-checks -std=gnu++98 -Wno-error"
|
||||||
''
|
|
||||||
# The configure script was confused by our passing these with full paths,
|
|
||||||
# so we explicitly override them to short variants.
|
|
||||||
+ ''
|
|
||||||
CC=${stdenv.cc.targetPrefix}cc
|
|
||||||
CXX=${stdenv.cc.targetPrefix}c++
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
|
Loading…
Reference in New Issue
Block a user