Commit 3b741074 authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Upgrade GDAL to newest version (3.9.0).

This fixes the following compilation bug:

```
gdalwmsdataset.cpp:383:37: error: ISO C++ forbids comparison between
pointer and integer [-fpermissive]
	if(pszHttpZeroBlockCodes == '\0') {
```
parent 5858217e
......@@ -16,9 +16,9 @@ parts =
[gdal]
recipe = slapos.recipe.cmmi
version = 1.11.1
version = 3.9.0
url = http://download.osgeo.org/gdal/${:version}/gdal-${:version}.tar.xz
md5sum = 2e126d7c6605691d38f3e71b945f5c73
md5sum = 03717a7af435f89fa1e33d1c79af50dc
configure-options =
--with-curl=${curl:location}/bin/curl-config
--with-expat=${libexpat:location}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment