[jhbuild: 2/3] core-deps-latest: Use SpiderMonkey's bundled libicu



commit b38db940169a042525b7c9eef6585aa1057ba433
Author: Philip Chimento <philip chimento gmail com>
Date:   Sun Jul 22 22:29:12 2018 -0400

    core-deps-latest: Use SpiderMonkey's bundled libicu
    
    I believe that for SpiderMonkey 52 the version of libicu was already not
    sufficient, as the --with-system-icu configure option wasn't given. This
    removes that configure option as well as the dependency on libicu.
    
    This commit is intended to be reverted when we can depend on a later
    libicu in our build environment.

 modulesets/gnome-suites-core-deps-latest.modules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-latest.modules 
b/modulesets/gnome-suites-core-deps-latest.modules
index ca35551b..b2a9c3a4 100644
--- a/modulesets/gnome-suites-core-deps-latest.modules
+++ b/modulesets/gnome-suites-core-deps-latest.modules
@@ -1654,7 +1654,7 @@ the module and we will just change it to use a tarball anyway.
              force-non-srcdir-builds="yes"
              supports-unknown-configure-options="no"
              autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s %(autogenargs)s"
-             autogenargs="--enable-posix-nspr-emulation --with-system-zlib --with-system-icu --with-intl-api 
--disable-jemalloc AUTOCONF=autoconf">
+             autogenargs="--enable-posix-nspr-emulation --with-system-zlib --with-intl-api 
--disable-jemalloc AUTOCONF=autoconf">
     <!-- prefix option must have an = sign in mozilla's configure -->
     <pkg-config>mozjs-60.pc</pkg-config>
     <branch repo="gnome-download" version="60.1.0"
@@ -1663,7 +1663,6 @@ the module and we will just change it to use a tarball anyway.
             size="32494225"/>
     <dependencies>
       <dep package="libffi"/>
-      <dep package="libicu"/>
       <dep package="python2"/>
       <dep package="zlib"/>
     </dependencies>


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