app-antivirus/clamav: -floop-parallelize-all disabled # freshclam never completes

This commit is contained in:
Kolan Sh 2014-06-05 17:56:13 +04:00
parent 231a6f8e56
commit 0836bef981
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ if [[ true != false
&& ${CATEGORY}/${PN} != media-plugins/audacious-plugins
&& ${CATEGORY}/${PN} != sys-fs/udev # Internal compiler error
&& ${CATEGORY}/${PN} != media-sound/mpd
&& ${CATEGORY}/${PN} != app-antivirus/clamav # freshclam never completes
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"