dev-libs/icu: -floop-parallelize-all disabled (Liferea segfaults on double click)

This commit is contained in:
Kolan Sh 2014-01-05 16:18:24 +04:00
parent 5914357bca
commit c628021b75
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != x11-base/xorg-server # Hangs in ~30% cases of Awesome Restarts (Ctrl+Alt+R) && ${CATEGORY}/${PN} != x11-base/xorg-server # Hangs in ~30% cases of Awesome Restarts (Ctrl+Alt+R)
&& ${CATEGORY}/${PN} != dev-util/valgrind # Fails to run any elf file && ${CATEGORY}/${PN} != dev-util/valgrind # Fails to run any elf file
&& ${CATEGORY}/${PN} != net-p2p/transmission # Segfaults after ~1-2 minutes when downloading something big && ${CATEGORY}/${PN} != net-p2p/transmission # Segfaults after ~1-2 minutes when downloading something big
&& ${CATEGORY}/${PN} != dev-libs/icu # Liferea segfaults on double click
]] ; then ]] ; then
tmp="-floop-parallelize-all" tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}" CFLAGS="${CFLAGS} ${tmp}"