Skip to content

Commit

Permalink
Use --with-pgconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
strk committed Feb 18, 2020
1 parent c9c99f9 commit ded072e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testdata/Dockerfile-postgis
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ RUN chmod 400 /etc/ssl/private/postgres_key.key
# NOTE: release 1.2.0 would not build against PostgreSQL-11:
# https://github.com/pgpointcloud/pointcloud/issues/248
RUN apt-get -y update; apt-get -y install build-essential autoconf postgresql-server-dev-11 libxml2-dev zlib1g-dev
RUN dpkg -L postgresql-server-dev-11
RUN wget -O- \
https://github.com/pgpointcloud/pointcloud/archive/v1.2.1.tar.gz \
| tar xz && \
cd pointcloud-1.2.1 && \
PATH=/usr/lib/postgresql/11/bin/:$PATH && \
./autogen.sh && \
./configure && \
./configure --with-pgconfig=/usr/lib/postgresql/11/bin/pg_config && \
make && make install && \
cd .. && rm -Rf pointcloud-1.2.1

0 comments on commit ded072e

Please sign in to comment.