[arch-commits] Commit in java8-openjfx/trunk (2 files)
Frederik Schwan
freswa at gemini.archlinux.org
Wed Feb 16 23:20:04 UTC 2022
Date: Wednesday, February 16, 2022 @ 23:20:04
Author: freswa
Revision: 437538
add changes belonging to the last commit - creds @loqs
Modified:
java8-openjfx/trunk/gradle.properties
java8-openjfx/trunk/java8-openjfx-flags.patch
---------------------------+
gradle.properties | 1 +
java8-openjfx-flags.patch | 9 ++++++++-
2 files changed, 9 insertions(+), 1 deletion(-)
Modified: gradle.properties
===================================================================
--- gradle.properties 2022-02-16 23:17:33 UTC (rev 437537)
+++ gradle.properties 2022-02-16 23:20:04 UTC (rev 437538)
@@ -2,4 +2,5 @@
BUILD_SRC_ZIP = true
COMPILE_MEDIA = true
COMPILE_WEBKIT = true
+COMPILE_JFR = false
CONF = Release
Modified: java8-openjfx-flags.patch
===================================================================
--- java8-openjfx-flags.patch 2022-02-16 23:17:33 UTC (rev 437537)
+++ java8-openjfx-flags.patch 2022-02-16 23:20:04 UTC (rev 437538)
@@ -5,7 +5,7 @@
def commonFlags = [
"-fno-strict-aliasing", "-fPIC", "-fno-omit-frame-pointer", // optimization flags
"-fstack-protector",
-+ "-Wno-error=cast-function-type",
++ "-Wno-error=cast-function-type","-Wno-error=deprecated-declarations",
"-W", "-Wall", "-Wno-unused", "-Wno-parentheses", "-Werror=implicit-function-declaration"] // warning flags
+commonFlags.addAll(System.getenv("CFLAGS").trim().split(" "))
@@ -32,6 +32,13 @@
LINUX.iio.lib = "javafx_iio"
LINUX.prismES2 = [:]
+@@ -339,5 +345,5 @@ LINUX.media.lib = "ar"
+ LINUX.webkit = [:]
+ LINUX.webkit.compiler = compiler
+ LINUX.webkit.linker = linker
+-LINUX.webkit.ccFlags = commonFlags.flatten()
++LINUX.webkit.ccFlags = [commonFlags , "-std=gnu++14", "-fno-lto"].flatten()
+ LINUX.webkit.linkFlags = defaultLinkFlags.flatten()
diff -rupN rt-8u202-ga.orig/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile rt-8u202-ga/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile
--- rt-8u202-ga.orig/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile 2019-06-03 15:45:28.772858454 +0200
+++ rt-8u202-ga/modules/media/src/main/native/gstreamer/projects/linux/avplugin/Makefile 2019-06-03 15:52:15.503480874 +0200
More information about the arch-commits
mailing list