x11-base/xorg-server: -floop-parallelize-all disabled.

Hangs in ~30% cases when mode changes (xrandr) or Awesome Restarts (Ctrl+Alt+R).
This commit is contained in:
Kolan Sh 2013-12-18 01:31:16 +04:00
parent 8d92b2af5e
commit 9e2c2022de
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != sci-libs/gdal # Out of memory when building the package
&& ${CATEGORY}/${PN} != dev-util/anjuta # anjuta-tags segfaults
&& ${CATEGORY}/${PN} != net-libs/libvncserver # Black rectangular artefacts in Remmina
&& ${CATEGORY}/${PN} != x11-base/xorg-server # Hangs in ~30% cases of Awesome Restarts (Ctrl+Alt+R)
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"