[gnome-apps-nightly/gnome-3-20] Fix build of webkitgtk3 on aarch64



commit 95c3e4cd7dc35c15952d45da9d6861276beb15e9
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Mon Jun 6 18:05:44 2016 +0900

    Fix build of webkitgtk3 on aarch64
    
    Copying trickery from rpm spec file for building webkitgtk 2.4.11 on aarch64 here:
      http://pkgs.fedoraproject.org/cgit/rpms/webkitgtk3.git/tree/webkitgtk3.spec

 org.gnome.bijiben.json |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.bijiben.json b/org.gnome.bijiben.json
index 265dbe8..25e7896 100644
--- a/org.gnome.bijiben.json
+++ b/org.gnome.bijiben.json
@@ -95,6 +95,18 @@
         },
         {
             "name": "webkitgtk3",
+            "build-options" : {
+                "arch" : {
+                   /* Following tricks to build on aarch64 from webkitgtk3.spec */
+                    "aarch64" : {
+                       "cflags": "-DENABLE_YARR_JIT=0 -fno-delete-null-pointer-checks",
+                       "cxxflags": "-DENABLE_YARR_JIT=0 -fno-delete-null-pointer-checks",
+                        "config-opts" : [
+                            "--disable-jit"
+                        ]
+                    }
+                }
+            },
             "sources": [
                 {
                     "type": "archive",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]