gettext: update to 0.23.1
[oi-userland.git] / components / runtime / openjdk-24 / patches / illumos-port-10.patch
blob6ca0b8cd7caf67745c406da85d563979a4933b35
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 @@ -181,7 +181,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