openjdk8: Try to remove host kernel version impurity

This commit is contained in:
Sarah Brofeldt 2019-04-17 12:42:07 +02:00 committed by Tim Steinbach
parent 82da1c30cb
commit b4275f6bd9

View File

@ -95,6 +95,9 @@ let
./swing-use-gtk-jdk8.patch
];
# Hotspot cares about the host(!) version otherwise
DISABLE_HOTSPOT_OS_VERSION_CHECK = "ok";
preConfigure = ''
chmod +x configure
substituteInPlace configure --replace /bin/bash "${bash}/bin/bash"