summarylogtreecommitdiffstats
path: root/java11-openjfx-gstreamer-lite-gcc10-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'java11-openjfx-gstreamer-lite-gcc10-compat.patch')
-rw-r--r--java11-openjfx-gstreamer-lite-gcc10-compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/java11-openjfx-gstreamer-lite-gcc10-compat.patch b/java11-openjfx-gstreamer-lite-gcc10-compat.patch
new file mode 100644
index 000000000000..f6d2795d8adf
--- /dev/null
+++ b/java11-openjfx-gstreamer-lite-gcc10-compat.patch
@@ -0,0 +1,11 @@
+diff --git a/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile b/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile
+--- jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile 2020-05-24 23:46:14.657738704 +0200
++++ src/jfx-14.0.2-0/modules/javafx.media/src/main/native/gstreamer/projects/linux/gstreamer-lite/Makefile 2020-05-24 23:44:33.644120502 +0200
+@@ -53,6 +53,7 @@
+ -DGST_DISABLE_GST_DEBUG \
+ -DGST_DISABLE_LOADSAVE \
+ -ffunction-sections -fdata-sections \
++ -fcommon \
+ ${CFLAGS}
+
+ INCLUDES = -I$(BASE_DIR)/plugins \