gdal: blacklist, fails to build with gcc-5

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2015-10-01 17:14:13 +02:00
parent 6c90f6fa72
commit 1cf70e868b
@@ -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"