update geos to geos 3.4.3

This commit is contained in:
2017-02-23 11:15:39 -05:00
parent 6e2a504fc1
commit 66f5a66740
+2 -2
View File
@@ -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