Comments with a reason of disabling parallelize flag for poppler added.
This commit is contained in:
parent
2a6bd50ca4
commit
7531ee1152
|
@ -86,7 +86,7 @@ if [[ true != false
|
|||
&& ${CATEGORY}/${PN} != dev-libs/glib # epiphany hangs (GObject)
|
||||
&& ${CATEGORY}/${PN} != www-client/firefox
|
||||
&& ${CATEGORY}/${PN} != app-emulation/wine
|
||||
&& ${CATEGORY}/${PN} != app-text/poppler
|
||||
&& ${CATEGORY}/${PN} != app-text/poppler # Evince hangs on www.fairchildsemi.com/ds/ND/NDS9435A.pdf
|
||||
]] ; then
|
||||
tmp="-floop-parallelize-all"
|
||||
CFLAGS="${CFLAGS} ${tmp}"
|
||||
|
|
Loading…
Reference in New Issue