Skip to content

Commit

Permalink
dynamically link liblwgeom
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Dec 18, 2017
1 parent c4dd12c commit 4536a91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ before_install:
# sf dependencies:
- sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
# postgis/liblwgeom source compile dependencies:
# - sudo apt-get --yes install libjson-c-dev postgresql-server-dev-9.6
# - wget http://download.osgeo.org/postgis/source/postgis-2.3.2.tar.gz
# - (mv postgis* /tmp; cd /tmp; tar xzf postgis-2.3.2.tar.gz)
# - (cd /tmp/postgis-2.3.2 ; ./configure; make; sudo make install)
# - sudo ldconfig
- sudo apt-get --yes install libjson-c-dev postgresql-server-dev-9.6
- wget http://download.osgeo.org/postgis/source/postgis-2.3.2.tar.gz
- (mv postgis* /tmp; cd /tmp; tar xzf postgis-2.3.2.tar.gz)
- (cd /tmp/postgis-2.3.2 ; ./configure; make; sudo make install)
- sudo ldconfig

warnings_are_errors: true

Expand Down

0 comments on commit 4536a91

Please sign in to comment.