mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 01:24:47 +08:00
Spatialite-tools remove cflags from vcpkg_configure_make options (#17025)
* remove CFLAGS from options * x-add-version spatialite-tools Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
This commit is contained in:
parent
bf92aea42e
commit
f754353b74
@ -1,6 +1,6 @@
|
||||
Source: spatialite-tools
|
||||
Version: 5.0.0
|
||||
Port-Version: 1
|
||||
Port-Version: 2
|
||||
Homepage: https://www.gaia-gis.it/fossil/spatialite-tools/index
|
||||
Description: Contains spatialite.exe and other command line tools to work with SpatiaLite databases (import, export, SQL queries)
|
||||
Build-Depends: sqlite3, libspatialite, geos, readosm, proj4, zlib, libiconv, expat, librttopo
|
||||
Build-Depends: sqlite3, libspatialite, geos, readosm, proj4, zlib, libiconv, expat, librttopo
|
||||
|
@ -124,7 +124,6 @@ elseif (VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX) # Build in UNIX
|
||||
SOURCE_PATH ${SOURCE_PATH}
|
||||
AUTOCONFIG
|
||||
OPTIONS
|
||||
"CFLAGS=-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H"
|
||||
"LIBXML2_CFLAGS=-I\"${CURRENT_INSTALLED_DIR}/include\""
|
||||
"LIBS=${LIBS}"
|
||||
"--disable-minizip"
|
||||
|
@ -5666,7 +5666,7 @@
|
||||
},
|
||||
"spatialite-tools": {
|
||||
"baseline": "5.0.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"spdk": {
|
||||
"baseline": "19.01.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a54d2d339b5eaf4d37fc125c49b939822fdaf3ba",
|
||||
"version-string": "5.0.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "e3d595427bd0b0cf8ddaadc45e400b5c1f9c1ccc",
|
||||
"version-string": "5.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user