[libspatialite] mingw support (#25881)

This commit is contained in:
Matthias Kuhn 2022-07-27 21:39:11 +02:00 committed by GitHub
parent e59f7400c3
commit dd73b021dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 2 deletions

View File

@ -11,3 +11,14 @@ index ee2f1cf..01f2571 100644
#endif
#if OMIT_ICONV == 0 /* if ICONV is disabled no SHP support is available */
diff --color -ur a/configure.ac b/configure.ac
--- a/configure.ac 2022-07-21 17:23:50.490298108 +0200
+++ b/configure.ac 2022-07-21 17:25:45.671489524 +0200
@@ -116,7 +116,6 @@
# Checks for installed libraries
AC_CHECK_LIB(sqlite3,sqlite3_prepare_v2,,AC_MSG_ERROR(['libsqlite3' is required but it doesn't seem to be installed on this system.]),-lm)
-AC_CHECK_LIB(z,inflateInit_,,AC_MSG_ERROR(['libz' is required but it doesn't seem to be installed on this system.]),-lm)
AC_CONFIG_FILES([Makefile \
src/Makefile \

View File

@ -178,6 +178,7 @@ else()
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
AUTOCONFIG
DETERMINE_BUILD_TRIPLET
OPTIONS
${TARGET_ALIAS}
${FREEXL_OPTION}

View File

@ -1,7 +1,7 @@
{
"name": "libspatialite",
"version": "5.0.1",
"port-version": 6,
"port-version": 7,
"description": "SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.",
"homepage": "https://www.gaia-gis.it/gaia-sins/libspatialite-sources",
"license": null,

View File

@ -4098,7 +4098,7 @@
},
"libspatialite": {
"baseline": "5.0.1",
"port-version": 6
"port-version": 7
},
"libspnav": {
"baseline": "0.2.3",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e92008bb08f680c156f894b77774f76b5ff89f21",
"version": "5.0.1",
"port-version": 7
},
{
"git-tree": "17b2434a466cabf41bd653845871d5b4ec6bfdeb",
"version": "5.0.1",