Title: [198029] trunk/Tools
Revision
198029
Author
[email protected]
Date
2016-03-11 10:52:50 -0800 (Fri, 11 Mar 2016)

Log Message

[jhbuild] Disable LLVM OCaml bindings.
https://bugs.webkit.org/show_bug.cgi?id=153274

Patch by Frederic Wang <[email protected]> on 2016-03-11
Reviewed by Michael Catanzaro.

* gtk/jhbuild.modules: disable all (actually only OCaml) bindings for LLVM.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (198028 => 198029)


--- trunk/Tools/ChangeLog	2016-03-11 18:48:42 UTC (rev 198028)
+++ trunk/Tools/ChangeLog	2016-03-11 18:52:50 UTC (rev 198029)
@@ -1,3 +1,12 @@
+2016-03-11  Frederic Wang  <[email protected]>
+
+        [jhbuild] Disable LLVM OCaml bindings.
+        https://bugs.webkit.org/show_bug.cgi?id=153274
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/jhbuild.modules: disable all (actually only OCaml) bindings for LLVM.
+
 2016-03-11  Commit Queue  <[email protected]>
 
         Unreviewed, rolling out r197495.

Modified: trunk/Tools/gtk/jhbuild.modules (198028 => 198029)


--- trunk/Tools/gtk/jhbuild.modules	2016-03-11 18:48:42 UTC (rev 198028)
+++ trunk/Tools/gtk/jhbuild.modules	2016-03-11 18:52:50 UTC (rev 198029)
@@ -456,7 +456,7 @@
   </autotools>
 
   <autotools id="llvm"
-             autogenargs="--enable-optimized --disable-terminfo --disable-zlib --enable-targets=host --disable-backtraces --disable-crash-overrides --disable-expensive-checks --disable-debug-runtime --disable-assertions --enable-shared">
+             autogenargs="--enable-optimized --disable-terminfo --disable-zlib --enable-targets=host --disable-backtraces --disable-crash-overrides --disable-expensive-checks --disable-debug-runtime --disable-assertions --enable-shared --enable-bindings=none">
     <branch repo="llvm.org"
             module="/releases/3.7.0/llvm-3.7.0.src.tar.xz" version="3.7.0" checkoutdir="llvm-3.7.0"
             hash="sha256:ab45895f9dcdad1e140a3a79fd709f64b05ad7364e308c0e582c5b02e9cc3153"/>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to