app-text/poppler: disable -floop-parallelize-all
This commit is contained in:
parent
f5f15f18a9
commit
2a6bd50ca4
|
@ -86,6 +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
|
||||
]] ; then
|
||||
tmp="-floop-parallelize-all"
|
||||
CFLAGS="${CFLAGS} ${tmp}"
|
||||
|
|
Loading…
Reference in New Issue