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: 700eefe0ee [formerly 2dafcfc4e0350654c30eb077329711259bf12d1f]
Former-commit-id: eb52d1b333
This commit is contained in:
Bryan Kowal 2014-11-24 16:18:51 -06:00
parent 42caba5dc9
commit b1bf38f922
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" SRC_DIR="%{_baseline_workspace}/rpms/awips2.core/Installer.postgres/SOURCES"
PROJ_SRC="proj-4.8.0.zip" PROJ_SRC="proj-4.8.0.zip"
POSTGIS_SRC="postgis-2.0.6.tar.gz" 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" GDAL_SRC="gdal192.zip"
# The directory that the src will be in after the tars are unzipped. # The directory that the src will be in after the tars are unzipped.
PROJ_SRC_DIR="proj-4.8.0" PROJ_SRC_DIR="proj-4.8.0"
POSTGIS_SRC_DIR="postgis-2.0.6" 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" GDAL_SRC_DIR="gdal-1.9.2"
cp ${SRC_DIR}/${POSTGIS_SRC} %{_postgres_build_loc} cp ${SRC_DIR}/${POSTGIS_SRC} %{_postgres_build_loc}