Title: [112101] trunk/Tools
Revision
112101
Author
[email protected]
Date
2012-03-26 08:26:03 -0700 (Mon, 26 Mar 2012)

Log Message

[jhbuild] Explicitly disable DTrace when building glib.
https://bugs.webkit.org/show_bug.cgi?id=82145

Reviewed by Gustavo Noronha Silva.

DTrace support is not really needed by WebKit, so disabling it
helps avoid some build errors on more exotic platforms (such as
FreeBSD).

* efl/jhbuild.modules:
* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (112100 => 112101)


--- trunk/Tools/ChangeLog	2012-03-26 15:21:37 UTC (rev 112100)
+++ trunk/Tools/ChangeLog	2012-03-26 15:26:03 UTC (rev 112101)
@@ -1,3 +1,17 @@
+2012-03-26  Raphael Kubo da Costa  <[email protected]>
+
+        [jhbuild] Explicitly disable DTrace when building glib.
+        https://bugs.webkit.org/show_bug.cgi?id=82145
+
+        Reviewed by Gustavo Noronha Silva.
+
+        DTrace support is not really needed by WebKit, so disabling it
+        helps avoid some build errors on more exotic platforms (such as
+        FreeBSD).
+
+        * efl/jhbuild.modules:
+        * gtk/jhbuild.modules:
+
 2012-03-26  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r111993.

Modified: trunk/Tools/efl/jhbuild.modules (112100 => 112101)


--- trunk/Tools/efl/jhbuild.modules	2012-03-26 15:21:37 UTC (rev 112100)
+++ trunk/Tools/efl/jhbuild.modules	2012-03-26 15:26:03 UTC (rev 112101)
@@ -104,7 +104,8 @@
              md5sum="693f9c64d50c908bc4d6e01da3ff76d8"/>
   </autotools>
 
-  <autotools id="glib">
+  <autotools id="glib"
+             autogenargs="--disable-dtrace">
     <dependencies>
       <dep package="libffi"/>
     </dependencies>

Modified: trunk/Tools/gtk/jhbuild.modules (112100 => 112101)


--- trunk/Tools/gtk/jhbuild.modules	2012-03-26 15:21:37 UTC (rev 112100)
+++ trunk/Tools/gtk/jhbuild.modules	2012-03-26 15:26:03 UTC (rev 112101)
@@ -112,7 +112,8 @@
     </branch>
   </autotools>
 
-  <autotools id="glib">
+  <autotools id="glib"
+             autogenargs="--disable-dtrace">
     <dependencies>
       <dep package="libffi"/>
     </dependencies>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to