postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.37k stars 462 forks source link

temp fix for 12-master ( #192 ) #194

Closed ImreSamu closed 4 years ago

ImreSamu commented 4 years ago

steps:

# SELECT PostGIS_Full_Version();
                                                                               postgis_full_version                                                                                
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 POSTGIS="3.1.0dev 4c185f8" [EXTENSION] PGSQL="120" GEOS="3.9.0dev-CAPI-1.14.0" PROJ="7.1.0" LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.3.1" WAGYU="0.5.0 (Internal)" TOPOLOGY
(1 row)

# SELECT PostGIS_Version();
            postgis_version            
---------------------------------------
 3.1 USE_GEOS=1 USE_PROJ=1 USE_STATS=1
(1 row)
ImreSamu commented 4 years ago

Ready for review.

smellman commented 4 years ago

I added rm /usr/local/lib/libSFCGAL.la. This fixes libtoolize error: it return invalid version without removing libSFCGDAL.la. https://github.com/Oslandia/SFCGAL/issues/215 I think upstream fixed it.

phillipross commented 4 years ago

Looks good. All of my local testing seems fine too. And I'm happy to learn of travis per-environment allow failures feature 😉