ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-port-12.patch
bloba44e385e08771ee78f3d0ff06fa6ca9732c3041a
1 --- a/make/autoconf/toolchain.m4 Sat Jul 3 15:56:43 2021
2 +++ b/make/autoconf/toolchain.m4 Sat Jul 3 16:11:51 2021
3 @@ -206,7 +206,11 @@
4 # Linux x86_64 needs higher binutils after 8265783
5 # (this really is a dependency on as version, but we take ld as a check for a general binutils version)
6 if test "x$OPENJDK_TARGET_CPU" = "xx86_64"; then
7 - TOOLCHAIN_MINIMUM_LD_VERSION_gcc="2.25"
8 + if test "x$OPENJDK_TARGET_OS" = xsolaris; then
9 + TOOLCHAIN_MINIMUM_LD_VERSION_gcc=""
10 + else
11 + TOOLCHAIN_MINIMUM_LD_VERSION_gcc="2.25"
12 + fi
15 # Use indirect variable referencing