Title: [116876] releases/WebKitGTK/webkit-1.8/Tools
- Revision
- 116876
- Author
- [email protected]
- Date
- 2012-05-13 06:41:14 -0700 (Sun, 13 May 2012)
Log Message
Merge 112101 - [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: releases/WebKitGTK/webkit-1.8/Tools/ChangeLog (116875 => 116876)
--- releases/WebKitGTK/webkit-1.8/Tools/ChangeLog 2012-05-13 13:40:59 UTC (rev 116875)
+++ releases/WebKitGTK/webkit-1.8/Tools/ChangeLog 2012-05-13 13:41:14 UTC (rev 116876)
@@ -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-23 Gustavo Noronha Silva <[email protected]>
[GTK] libgcrypt and p11-kit should not be in jhbuild modules
Modified: releases/WebKitGTK/webkit-1.8/Tools/efl/jhbuild.modules (116875 => 116876)
--- releases/WebKitGTK/webkit-1.8/Tools/efl/jhbuild.modules 2012-05-13 13:40:59 UTC (rev 116875)
+++ releases/WebKitGTK/webkit-1.8/Tools/efl/jhbuild.modules 2012-05-13 13:41:14 UTC (rev 116876)
@@ -104,7 +104,8 @@
md5sum="693f9c64d50c908bc4d6e01da3ff76d8"/>
</autotools>
- <autotools id="glib">
+ <autotools id="glib"
+ autogenargs="--disable-dtrace">
<dependencies>
<dep package="libffi"/>
</dependencies>
Modified: releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules (116875 => 116876)
--- releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules 2012-05-13 13:40:59 UTC (rev 116875)
+++ releases/WebKitGTK/webkit-1.8/Tools/gtk/jhbuild.modules 2012-05-13 13:41:14 UTC (rev 116876)
@@ -112,7 +112,8 @@
md5sum="b9869b671b0fe5905dce2fee57c965cf"/>
</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