-
Notifications
You must be signed in to change notification settings - Fork 24
spatialite 5.0.0.mk
Mark Johnson edited this page May 8, 2018
·
1 revision
Spatialite 5.0.0
Based on the development source code from 2018-05-08
- including VirtualRouting
./configure --enable-rttopo --enable-gcp --enable-examples=no --build=x86_64-pc-linux-gnu --host=arm-linux-eabi
==============================================================
IMPORTANT NOTICE
==============================================================
You have selected --enable-rttopo and/or --enable-gcp
Both modules strictly depend on code released under the GPLv2+
license, wich takes precedence over any other license.
Consequently the copy of libspatialite you are going to build
if configured this way *must* be released under the GPLv2+ license.
If you wish better preserving the initial MPL tri-license you
simply have to reconfigure by specifying the following options:
--disable-rttopo --disable-gcp
==============================================================
flags settings
# spatialite flags
# comment out TARGET_CPU in config.h - will be replaced with TARGET_ARCH_ABI
spatialite_flags := \
-DOMIT_FREEXL \
-DTARGET_CPU=\"$(TARGET_ARCH_ABI)\" \
-Dfdatasync=fsync \
-DSQLITE_ENABLE_RTREE=1 \
-DENABLE_GCP=1 \
-DENABLE_GEOPACKAGE=1 \
-DENABLE_LIBXML2=1 \
-DENABLE_RTTOPO=1 \
-DSQLITE_OMIT_BUILTIN_TEST=1
2018-05-08: Mark Johnson, Berlin Germany