diff options
-rw-r--r-- | meta-oe/recipes-navigation/gdal/gdal_1.11.1.bb | 5 |
1 files changed, 5 insertions, 0 deletions
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 () { | |||
107 | } | 107 | } |
108 | 108 | ||
109 | FILES_${PN} += "${libdir}/gdalplugins" | 109 | FILES_${PN} += "${libdir}/gdalplugins" |
110 | |||
111 | # | gdalserver.c:124:21: error: storage size of 'sHints' isn't known | ||
112 | # | struct addrinfo sHints; | ||
113 | # | ^ | ||
114 | PNBLACKLIST[gdal] ?= "BROKEN: fails to build with gcc-5" | ||