summarylogtreecommitdiffstats
path: root/java11-openjfx-no-xlocale.patch
diff options
context:
space:
mode:
Diffstat (limited to 'java11-openjfx-no-xlocale.patch')
-rw-r--r--java11-openjfx-no-xlocale.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/java11-openjfx-no-xlocale.patch b/java11-openjfx-no-xlocale.patch
new file mode 100644
index 000000000000..da3ac418836f
--- /dev/null
+++ b/java11-openjfx-no-xlocale.patch
@@ -0,0 +1,16 @@
+Description: Fixes the compatibility with the version of glibc in Debian
+Author: Emmanuel Bourg <ebourg@apache.org>
+Forwarded: https://bugs.openjdk.java.net/browse/JDK-8211399
+--- a/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
++++ b/modules/javafx.web/src/main/native/Source/ThirdParty/libxslt/src/libxslt/xsltlocale.h
+@@ -25,9 +25,6 @@
+ #ifdef HAVE_LOCALE_H
+ #include <locale.h>
+ #endif
+-#ifdef HAVE_XLOCALE_H
+-#include <xlocale.h>
+-#endif
+
+ typedef locale_t xsltLocale;
+ typedef xmlChar xsltLocaleChar;
+