multimedia/yt-dlp: update to 2025.1.12
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0067-fpie-in-LDFLAGS.patch
blobf72a81543f3cd4753163655ba2fbff90ad94194a
1 --- common/autoconf/generated-configure.sh.orig
2 +++ common/autoconf/generated-configure.sh
3 @@ -43541,7 +43541,7 @@
4 # Enabling pie on 32 bit builds prevents the JVM from allocating a continuous
5 # java heap.
6 if test "x$OPENJDK_TARGET_CPU_BITS" != "x32"; then
7 - LDFLAGS_JDKEXE="$LDFLAGS_JDKEXE -pie"
8 + LDFLAGS_JDKEXE="$LDFLAGS_JDKEXE -no-pie"
9 fi