python/manuel: update to 1.13.0
[oi-userland.git] / components / runtime / openjdk-24 / patches / illumos-port-10.patch
blob89a6af6264ff1cc486fde2283e94731484afe28c
1 --- a/make/autoconf/flags-ldflags.m4 Thu Nov 26 19:47:04 2020
2 +++ b/make/autoconf/flags-ldflags.m4 Thu Nov 26 20:43:34 2020
3 @@ -179,7 +179,9 @@
4 test "x${OPENJDK_$1_CPU}" = xmips64el; then
5 $1_CPU_LDFLAGS="${$1_CPU_LDFLAGS} -Wl,--hash-style=sysv"
6 else
7 - $1_CPU_LDFLAGS="${$1_CPU_LDFLAGS} -Wl,--hash-style=gnu"
8 + if test "x$OPENJDK_TARGET_OS" != xsolaris; then
9 + $1_CPU_LDFLAGS="${$1_CPU_LDFLAGS} -Wl,--hash-style=gnu"
10 + fi
13 elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then