sys-fs/udev: -floop-parallelize-all disabled

This commit is contained in:
Kolan Sh 2014-05-10 08:45:02 +04:00
parent a3c328465e
commit 405f29adac
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != dev-libs/icu # Liferea segfaults on double click
&& ${CATEGORY}/${PN} != dev-tex/luatex # luatex segfaults
&& ${CATEGORY}/${PN} != media-plugins/audacious-plugins
&& ${CATEGORY}/${PN} != sys-fs/udev # Internal compiler error
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"