ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / runtime / openjdk-23 / patches / illumos-port-10.patch
blobb1a9efe38c3d4bf849f5c595a5bc0a3a23dd4a50
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 @@ -177,7 +177,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