Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Disable rttopo for now to move things forward
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed May 15, 2021
1 parent 679a265 commit 41819d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libspatialite/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
VERSION_libspatialite=5.0.1

# dependencies of this recipe
DEPS_libspatialite=(sqlite3 proj iconv freexl geos librttopo)
DEPS_libspatialite=(sqlite3 proj iconv freexl geos)

# url of the package
URL_libspatialite=http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${VERSION_libspatialite}.tar.gz
Expand Down Expand Up @@ -61,7 +61,7 @@ function build_libspatialite() {
--enable-static=no \
--with-geosconfig=$STAGE_PATH/bin/geos-config \
--enable-libxml2=no \
--enable-rttopo=yes \
--enable-rttopo=no \
--enable-gcp=no \
--enable-minizip=no \
--disable-dependency-tracking
Expand Down

0 comments on commit 41819d0

Please sign in to comment.