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:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@112101
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-26 Raphael Kubo da Costa <rakuco@FreeBSD.org>
+
+ [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 <webkit.review.bot@gmail.com>
Unreviewed, rolling out r111993.
md5sum="693f9c64d50c908bc4d6e01da3ff76d8"/>
</autotools>
- <autotools id="glib">
+ <autotools id="glib"
+ autogenargs="--disable-dtrace">
<dependencies>
<dep package="libffi"/>
</dependencies>
</branch>
</autotools>
- <autotools id="glib">
+ <autotools id="glib"
+ autogenargs="--disable-dtrace">
<dependencies>
<dep package="libffi"/>
</dependencies>