summaryrefslogtreecommitdiffstats
path: root/libraries/libspatialite/README
diff options
context:
space:
mode:
author Robby Workman2012-08-12 09:09:49 +0200
committer Robby Workman2012-08-12 09:09:49 +0200
commit6721e56e579547712b3dc413b93678402815ffe5 (patch)
tree7ef9c64c1e87863d98d466f40bc9ec385f6315e5 /libraries/libspatialite/README
parenta0ed6d6429ae0b37770ee9fdcc0c1c334b262247 (diff)
downloadslackbuilds-6721e56e579547712b3dc413b93678402815ffe5.tar.gz
libraries/libspatialite: Require freexl regardless
This won't build without --enable-freexl despite the fact that --disable-freexl is a valid configure flag, so let's remove the option. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libspatialite/README')
-rw-r--r--libraries/libspatialite/README15
1 files changed, 1 insertions, 14 deletions
diff --git a/libraries/libspatialite/README b/libraries/libspatialite/README
index 6c80541bd3..9d60992083 100644
--- a/libraries/libspatialite/README
+++ b/libraries/libspatialite/README
@@ -5,17 +5,4 @@ integrated into SQLite to provide a complete and powerful Spatial DBMS
deploy an alternative open source Spatial DBMS roughly equivalent to
PostgreSQL + PostGIS.
-Required dependency:
- * SQLite 3 (http://www.sqlite.org)
-
-Recommended dependensies (enabled by default):
- * Proj.4 (http://trac.osgeo.org/proj/), available at SlackBuilds.org
- * GEOS (http://trac.osgeo.org/geos/), available at SlackBuilds.org
-
-Optional dependency (enabled by default):
- * FreeXL (https://www.gaia-gis.it/FreeXL/)
-
-If you don't want to build SpatiaLite with FreeXL support specify FREEXL=no
-to SlackBuild, for example
-
- FREEXL=no sh libspatialite.SlackBuild
+This requires proj, geos, and freexl.