mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 16:52:53 +08:00
[libspatialite] mingw support (#25881)
This commit is contained in:
parent
e59f7400c3
commit
dd73b021dc
@ -11,3 +11,14 @@ index ee2f1cf..01f2571 100644
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if OMIT_ICONV == 0 /* if ICONV is disabled no SHP support is available */
|
#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 \
|
||||||
|
@ -178,6 +178,7 @@ else()
|
|||||||
vcpkg_configure_make(
|
vcpkg_configure_make(
|
||||||
SOURCE_PATH "${SOURCE_PATH}"
|
SOURCE_PATH "${SOURCE_PATH}"
|
||||||
AUTOCONFIG
|
AUTOCONFIG
|
||||||
|
DETERMINE_BUILD_TRIPLET
|
||||||
OPTIONS
|
OPTIONS
|
||||||
${TARGET_ALIAS}
|
${TARGET_ALIAS}
|
||||||
${FREEXL_OPTION}
|
${FREEXL_OPTION}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libspatialite",
|
"name": "libspatialite",
|
||||||
"version": "5.0.1",
|
"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.",
|
"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",
|
"homepage": "https://www.gaia-gis.it/gaia-sins/libspatialite-sources",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
@ -4098,7 +4098,7 @@
|
|||||||
},
|
},
|
||||||
"libspatialite": {
|
"libspatialite": {
|
||||||
"baseline": "5.0.1",
|
"baseline": "5.0.1",
|
||||||
"port-version": 6
|
"port-version": 7
|
||||||
},
|
},
|
||||||
"libspnav": {
|
"libspnav": {
|
||||||
"baseline": "0.2.3",
|
"baseline": "0.2.3",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "e92008bb08f680c156f894b77774f76b5ff89f21",
|
||||||
|
"version": "5.0.1",
|
||||||
|
"port-version": 7
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "17b2434a466cabf41bd653845871d5b4ec6bfdeb",
|
"git-tree": "17b2434a466cabf41bd653845871d5b4ec6bfdeb",
|
||||||
"version": "5.0.1",
|
"version": "5.0.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user