diff options
author | Luke <fried.roadkill+ght@gmail.com> | 2017-10-02 19:23:19 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-10-10 04:31:49 (GMT) |
commit | 9043fec8b68786c5c5ddf4173d0d51e1a85290f1 (patch) | |
tree | fcd10b9c6fd1517fe28c37a1de1c32d3171f6183 /src/spatialite-1-fixes.patch | |
parent | c335c5f97b13adc8121bf2b55782bedc1a0b08e4 (diff) | |
download | mxe-9043fec8b68786c5c5ddf4173d0d51e1a85290f1.zip mxe-9043fec8b68786c5c5ddf4173d0d51e1a85290f1.tar.gz mxe-9043fec8b68786c5c5ddf4173d0d51e1a85290f1.tar.bz2 |
Update spatialite for style and functionality.
Diffstat (limited to 'src/spatialite-1-fixes.patch')
-rw-r--r-- | src/spatialite-1-fixes.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/spatialite-1-fixes.patch b/src/spatialite-1-fixes.patch index d1bd03d..4802895 100644 --- a/src/spatialite-1-fixes.patch +++ b/src/spatialite-1-fixes.patch @@ -36,3 +36,21 @@ index 1111111..2222222 100644 #----------------------------------------------------------------------- # --enable-controlpoints + +From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 +From: Luke Potgieter <fried.roadkill+ght@gmail.com> +Date: Mon, 2 Oct 2017 11:27:24 +0200 +Subject: [PATCH] Add static dependency to .pc file + + +diff --git a/spatialite.pc.in b/spatialite.pc.in +index 1111111..2222222 100644 +--- a/spatialite.pc.in ++++ b/spatialite.pc.in +@@ -8,5 +8,5 @@ includedir=@includedir@ + Name: spatialite + Description: Spatial SQL database engine based on SQLite + Version: @VERSION@ +-Libs: -L${libdir} -lspatialite ++Libs: -L${libdir} -lspatialite -lgeos_c -lgeos -lxml2 -lws2_32 -lstdc++ -lm + Cflags: -I${includedir} |