net-p2p/transmission: -floop-parallelize-all disabled (Segfaults after ~1-2 minutes)

This commit is contained in:
Kolan Sh 2014-01-04 17:09:16 +04:00
parent 0b9b7d86a6
commit ce0d30decf
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ if [[ true != false
&& ${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)
&& ${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
]] ; then
tmp="-floop-parallelize-all"
CFLAGS="${CFLAGS} ${tmp}"