Title: [237543] trunk/Tools
Revision
237543
Author
csaave...@igalia.com
Date
2018-10-29 02:45:07 -0700 (Mon, 29 Oct 2018)

Log Message

[GTK] Try to fix the xserver-xorg build in the Ubuntu LTS bot

Unreviewed build fix

The build fails because of some array-bound check related
to strcmp() macro optimizations. Disabling selective Werrors
when building xserver-xorg might get past this.

* gtk/jhbuild.modules: Add --disable-selective-werror to xserver-xorg
configuration.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (237542 => 237543)


--- trunk/Tools/ChangeLog	2018-10-29 08:22:38 UTC (rev 237542)
+++ trunk/Tools/ChangeLog	2018-10-29 09:45:07 UTC (rev 237543)
@@ -1,5 +1,18 @@
 2018-10-29  Claudio Saavedra  <csaave...@igalia.com>
 
+        [GTK] Try to fix the xserver-xorg build in the Ubuntu LTS bot
+
+        Unreviewed build fix
+
+        The build fails because of some array-bound check related
+        to strcmp() macro optimizations. Disabling selective Werrors
+        when building xserver-xorg might get past this.
+
+        * gtk/jhbuild.modules: Add --disable-selective-werror to xserver-xorg
+        configuration.
+
+2018-10-29  Claudio Saavedra  <csaave...@igalia.com>
+
         [GTK] Update API test expectations after r237383
         https://bugs.webkit.org/show_bug.cgi?id=186913
 

Modified: trunk/Tools/gtk/jhbuild.modules (237542 => 237543)


--- trunk/Tools/gtk/jhbuild.modules	2018-10-29 08:22:38 UTC (rev 237542)
+++ trunk/Tools/gtk/jhbuild.modules	2018-10-29 09:45:07 UTC (rev 237543)
@@ -321,7 +321,7 @@
             hash="sha256:4031c1ecee9ce7ba4f313e91ef6284164885cdb69937a123f6a83bb6a72dcd38"/>
   </autotools>
 
-  <autotools id="xserver" autogenargs="--disable-xinerama --enable-glx --enable-composite --disable-xorg --disable-dmx --disable-xnest --disable-xquartz --disable-xwin --disable-xephyr --disable-xfake --disable-xfbdev --disable-install-setuid --disable-unit-tests --disable-present --enable-unix-transport --enable-tcp-transport --disable-local-transport --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-xkb-bin-directory=/usr/bin --without-dtrace">
+  <autotools id="xserver" autogenargs="--disable-selective-werror --disable-xinerama --enable-glx --enable-composite --disable-xorg --disable-dmx --disable-xnest --disable-xquartz --disable-xwin --disable-xephyr --disable-xfake --disable-xfbdev --disable-install-setuid --disable-unit-tests --disable-present --enable-unix-transport --enable-tcp-transport --disable-local-transport --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-xkb-bin-directory=/usr/bin --without-dtrace">
     <dependencies>
       <dep package="pixman"/>
     </dependencies>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to