dev-tex/luatex: -floop-parallelize-all disabled (luatex segfaults).

This commit is contained in:
Kolan Sh 2014-01-21 18:21:34 +04:00
parent 832374c016
commit a4197d363d
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ if [[ true != false
&& ${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} != dev-libs/icu # Liferea segfaults on double click
&& ${CATEGORY}/${PN} != dev-tex/luatex # luatex segfaults
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"