Skip to content

Commit

Permalink
Force use of PostgreSQL-11 headerfiles when building pointcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Feb 17, 2020
1 parent b270ff1 commit 2aef8af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testdata/Dockerfile-postgis
Expand Up @@ -14,5 +14,7 @@ RUN wget -O- \
https://github.com/pgpointcloud/pointcloud/archive/dda0cb9c84365088737d9c157beeedf87ca59f01.tar.gz \
| tar xz && \
cd pointcloud-dda0cb9c84365088737d9c157beeedf87ca59f01 && \
./autogen.sh && ./configure && make && make install && \
./autogen.sh && \
PG_CONFIG=/usr/lib/postgresql/11/bin/pg_config ./configure && \
make && make install && \
cd .. && rm -Rf pointcloud-dda0cb9c84365088737d9c157beeedf87ca59f01

0 comments on commit 2aef8af

Please sign in to comment.