sci-libs/gdal: -floop-parallelize-all disabled (Out of memory when building the package).
This commit is contained in:
parent
b7f7038c9f
commit
8482941a2a
|
@ -112,6 +112,7 @@ if [[ true != false
|
|||
&& ${CATEGORY}/${PN} != net-misc/openssh
|
||||
&& ${CATEGORY}/${PN} != media-libs/sdl-mixer # Sauerbraten segfaults
|
||||
&& ${CATEGORY}/${PN}-${PV} != net-libs/webkit-gtk-1.8.3 # Epiphany segfaults
|
||||
&& ${CATEGORY}/${PN} != sci-libs/gdal # Out of memory when building the package
|
||||
]] ; then
|
||||
tmp="-floop-parallelize-all"
|
||||
CFLAGS="${CFLAGS} ${tmp}"
|
||||
|
|
Loading…
Reference in New Issue