[gnome-continuous] Add mozjs52



commit 03cf4a4a5aba6067aec89bd5da0768772ca60aa9
Author: Philip Chimento <philip chimento gmail com>
Date:   Sat Jul 15 15:36:17 2017 -0700

    Add mozjs52
    
    This builds from my GitHub copy, and still includes the same patch from
    mozjs38 which runs js/src/configure.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784598

 manifest.json |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index f6cee3d..01b3b6b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -930,6 +930,18 @@
                          "--with-system-zlib",
                          "--with-intl-api"]},
 
+        {"src": "git:git:https://github.com/ptomato/mozjs.git";,
+         "branch": "mozjs52",
+         "name": "mozjs52",
+         "component": "minimal",
+         "patches": ["mozjs38-buildapi.patch"],
+         "config-opts": ["--enable-posix-nspr-emulation",
+                         "--disable-tests",
+                         "--disable-strip",
+                         "--with-system-icu",
+                         "--with-system-zlib",
+                         "--with-intl-api"]},
+
                {"src": "gnome:gjs",
                 "config-opts": ["--enable-installed-tests"]},
 


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