net-p2p/transmission: -floop-parallelize-all disabled (Segfaults after ~1-2 minutes)
This commit is contained in:
parent
0b9b7d86a6
commit
ce0d30decf
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue