[jhbuild] Explicitly disable DTrace when building glib.
authorkubo@profusion.mobi <kubo@profusion.mobi@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Mar 2012 15:26:03 +0000 (15:26 +0000)
committerkubo@profusion.mobi <kubo@profusion.mobi@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 26 Mar 2012 15:26:03 +0000 (15:26 +0000)
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

Tools/ChangeLog
Tools/efl/jhbuild.modules
Tools/gtk/jhbuild.modules

index 0248853..b9aa8bd 100644 (file)
@@ -1,3 +1,17 @@
+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.
index c0a4eec..6139116 100644 (file)
              md5sum="693f9c64d50c908bc4d6e01da3ff76d8"/>
   </autotools>
 
-  <autotools id="glib">
+  <autotools id="glib"
+             autogenargs="--disable-dtrace">
     <dependencies>
       <dep package="libffi"/>
     </dependencies>
index 98821db..83ad352 100644 (file)
     </branch>
   </autotools>
 
-  <autotools id="glib">
+  <autotools id="glib"
+             autogenargs="--disable-dtrace">
     <dependencies>
       <dep package="libffi"/>
     </dependencies>