Skip to content

Commit

Permalink
proper geos/proj locations for spatialite
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jun 6, 2010
1 parent aff7d56 commit 11824c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildout/buildout.cfg
Expand Up @@ -176,8 +176,10 @@ prefix=${buildout:directory}
recipe = hexagonit.recipe.cmmi
url = http://www.gaia-gis.it/spatialite/libspatialite-amalgamation-2.3.1.tar.gz
configure-options =
--with-proj=${libproj:location}
--with-geos=${libgeos:location}
--with-proj-include=${buildout:directory}/include
--with-proj-lib=${buildout:directory}/lib
--with-geos-include=${buildout:directory}/include
--with-geos-lib=${buildout:directory}/lib
prefix=${buildout:directory}

[libgdal]
Expand Down

0 comments on commit 11824c2

Please sign in to comment.