Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ports/libspatialite/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ else()
if(VCPKG_TARGET_IS_MINGW)
# Avoid system libs (as detected by cmake) in exported pc files
set(SYSTEM_LIBS "")
elseif(VCPKG_TARGET_IS_ANDROID)
set(SYSTEM_LIBS "\$LIBS -llog")
else()
set(SYSTEM_LIBS "\$LIBS")
endif()
Expand Down
2 changes: 1 addition & 1 deletion ports/libspatialite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libspatialite",
"version": "5.1.0",
"port-version": 3,
"port-version": 4,
"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/fossil/libspatialite/index",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5222,7 +5222,7 @@
},
"libspatialite": {
"baseline": "5.1.0",
"port-version": 3
"port-version": 4
},
"libspnav": {
"baseline": "0.2.3",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libspatialite.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b483e810b7543a3cf9d43d742258f9aedddf01c6",
"version": "5.1.0",
"port-version": 4
},
{
"git-tree": "4af3520aa78e5014904812d70a1b6f1fadebd068",
"version": "5.1.0",
Expand Down