[gdal] Fix configuration bug (#22322)

* Fix configuration bug

* Update versions
This commit is contained in:
Kai Pastor 2022-01-05 04:45:59 +01:00 committed by GitHub
parent a720cf5eba
commit 18816d8194
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -242,7 +242,7 @@ else()
if ("postgresql" IN_LIST FEATURES)
add_config("--with-pg=yes" "PostgreSQL support: yes")
elseif(DISABLE_SYSTEM_LIBRARIES)
add_config("--with-pg=yes" "PostgreSQL support: no")
add_config("--with-pg=no" "PostgreSQL support: no")
endif()
if ("mysql-libmariadb" IN_LIST FEATURES)

View File

@ -1,7 +1,7 @@
{
"name": "gdal",
"version-semver": "3.4.0",
"port-version": 5,
"port-version": 6,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"supports": "!uwp",

View File

@ -2370,7 +2370,7 @@
},
"gdal": {
"baseline": "3.4.0",
"port-version": 5
"port-version": 6
},
"gdcm": {
"baseline": "3.0.7",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "db90242c9a7b428c65415a64e83c149965dd7ceb",
"version-semver": "3.4.0",
"port-version": 6
},
{
"git-tree": "519ec20e4d9e0fc541320ca88b51521180c570da",
"version-semver": "3.4.0",