Skip to content
Snippets Groups Projects
Commit 66f5a667 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

update geos to geos 3.4.3

parent 6e2a504f
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,11 @@ hash -r
echo "Building geos..."
SOURCE_TARBALL='http://download.osgeo.org/geos/geos-3.4.2.tar.bz2'
SOURCE_TARBALL='http://download.osgeo.org/geos/geos-3.4.3.tar.bz2'
curl -L $SOURCE_TARBALL | tar xj
cd geos-3.4.2
cd geos-3.4.3
./configure --prefix=$OUT_PREFIX --enable-static=no &&
make
make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment