[arch-commits] Commit in java-openjfx/trunk (java-openjfx-flags.patch)

Frederik Schwan freswa at gemini.archlinux.org
Thu Feb 17 00:57:35 UTC 2022


    Date: Thursday, February 17, 2022 @ 00:57:35
  Author: freswa
Revision: 437547

disable lto for webkit build

Modified:
  java-openjfx/trunk/java-openjfx-flags.patch

--------------------------+
 java-openjfx-flags.patch |    7 +++++++
 1 file changed, 7 insertions(+)

Modified: java-openjfx-flags.patch
===================================================================
--- java-openjfx-flags.patch	2022-02-17 00:56:55 UTC (rev 437546)
+++ java-openjfx-flags.patch	2022-02-17 00:57:35 UTC (rev 437547)
@@ -44,6 +44,13 @@
  LINUX.iio.lib = "javafx_iio"
  
  LINUX.prismES2 = [:]
+@@ -349,5 +354,5 @@ LINUX.media.ar = "${toolchainDir}ar"
+ LINUX.webkit = [:]
+ LINUX.webkit.compiler = compiler
+ LINUX.webkit.linker = linker
+-LINUX.webkit.ccFlags = commonFlags.flatten()
++LINUX.webkit.ccFlags = [commonFlags, "-fno-lto"].flatten()
+ LINUX.webkit.linkFlags = linkFlags.flatten()
 diff --git a/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile b/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile
 index 450b55d3..f27b9479 100644
 --- a/modules/javafx.media/src/main/native/gstreamer/projects/linux/avplugin/Makefile



More information about the arch-commits mailing list