This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository openjfx.

commit 2a3f9268395db05b4da734be8bfab605841ee213
Author: Emmanuel Bourg <[email protected]>
Date:   Wed Apr 19 17:27:06 2017 +0200

    Disabled the sampling profiler in WebKit (fails to build on arm64)
---
 debian/changelog                                         |  1 +
 debian/patches/19-disable-webkit-sampling-profiler.patch | 14 ++++++++++++++
 debian/patches/series                                    |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 37bd101..daae104 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ openjfx (8u131-b11-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Make a Release instead of a Debug build
+  * Disabled the sampling profiler in WebKit (fails to build on arm64)
 
  -- Emmanuel Bourg <[email protected]>  Wed, 19 Apr 2017 15:03:12 +0200
 
diff --git a/debian/patches/19-disable-webkit-sampling-profiler.patch 
b/debian/patches/19-disable-webkit-sampling-profiler.patch
new file mode 100644
index 0000000..44b78aa
--- /dev/null
+++ b/debian/patches/19-disable-webkit-sampling-profiler.patch
@@ -0,0 +1,14 @@
+Description: Disables the sampling profilter in WebKit (fails to build on 
arm64)
+Author: Emmanuel Bourg <[email protected]>
+Forwarded: not-needed
+--- a/modules/web/src/main/native/Source/WTF/wtf/Platform.h
++++ b/modules/web/src/main/native/Source/WTF/wtf/Platform.h
+@@ -847,6 +847,8 @@
+ #endif
+ #endif
+ 
++#define ENABLE_SAMPLING_PROFILER 0
++
+ /* Counts uses of write barriers using sampling counters. Be sure to also
+    set ENABLE_SAMPLING_COUNTERS to 1. */
+ #if !defined(ENABLE_WRITE_BARRIER_PROFILING)
diff --git a/debian/patches/series b/debian/patches/series
index 9108461..d991d63 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@ fix-arm32-build.patch
 15-fix-javadoc-refererences.diff
 16-reproducible-build-timestamp.patch
 17-gcc-compatibility.patch
+19-disable-webkit-sampling-profiler.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/openjfx.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to