[postgis-tickets] r17689 - Fix compile error on travis
Regina Obe
lr at pcorp.us
Sat Aug 10 08:03:19 PDT 2019
Author: robe
Date: 2019-08-10 20:03:19 -0700 (Sat, 10 Aug 2019)
New Revision: 17689
Modified:
branches/2.3/.travis.yml
Log:
Fix compile error on travis
Closes https://github.com/postgis/postgis/pull/459
Modified: branches/2.3/.travis.yml
===================================================================
--- branches/2.3/.travis.yml 2019-08-11 02:50:35 UTC (rev 17688)
+++ branches/2.3/.travis.yml 2019-08-11 03:03:19 UTC (rev 17689)
@@ -11,7 +11,7 @@
postgresql-9.5 postgresql-server-dev-9.5
build-essential autoconf libtool libcunit1-dev
xsltproc docbook-xsl docbook-mathml dblatex
- libproj-dev libgdal1h libgdal-dev libgeos-dev libjson0-dev
+ libproj-dev libgdal-dev libgeos-dev libjson0-dev
- dpkg -l | grep postgresql
- ./autogen.sh
More information about the postgis-tickets
mailing list