Omaha #3695 - PostgreSQL will always provide version 3.3.6 of geos. Version 3.3.6

of geos is the only version that our current version of postgis will see. Even
when geos 3.3.7 and 3.3.6 are on the path during compilation, postgis will still
be compiled with a dynamic link to both versions of the library even though
there was not a 3.3.6 available during compilation.


Former-commit-id: eb52d1b333 [formerly eb52d1b333 [formerly 2dafcfc4e0350654c30eb077329711259bf12d1f]]
Former-commit-id: 700eefe0ee
Former-commit-id: d40302bf3b
This commit is contained in:
Bryan Kowal 2014-11-24 16:18:51 -06:00
parent 281be7da90
commit a05d7f7cc1
3 changed files with 2 additions and 2 deletions

View file

@ -148,13 +148,13 @@ fi
SRC_DIR="%{_baseline_workspace}/rpms/awips2.core/Installer.postgres/SOURCES"
PROJ_SRC="proj-4.8.0.zip"
POSTGIS_SRC="postgis-2.0.6.tar.gz"
GEOS_SRC="geos-3.3.7.tar.bz2"
GEOS_SRC="geos-3.3.6.tar.bz2"
GDAL_SRC="gdal192.zip"
# The directory that the src will be in after the tars are unzipped.
PROJ_SRC_DIR="proj-4.8.0"
POSTGIS_SRC_DIR="postgis-2.0.6"
GEOS_SRC_DIR="geos-3.3.7"
GEOS_SRC_DIR="geos-3.3.6"
GDAL_SRC_DIR="gdal-1.9.2"
cp ${SRC_DIR}/${POSTGIS_SRC} %{_postgres_build_loc}