diff --git a/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb index b181b3ef8f..012806a69c 100644 --- a/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb +++ b/meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb @@ -107,3 +107,8 @@ do_configure_prepend () { } FILES_${PN} += "${libdir}/gdalplugins" + +# | gdalserver.c:124:21: error: storage size of 'sHints' isn't known +# | struct addrinfo sHints; +# | ^ +PNBLACKLIST[gdal] ?= "BROKEN: fails to build with gcc-5"