From 4e17f723b99a1942ae5a3fb76a798886a462e2ee Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 23 Jun 2015 12:40:58 +0000 Subject: [PATCH] Workaround PostgreSQL-9.5dev bug forcing install on check See http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com git-svn-id: http://svn.osgeo.org/postgis/trunk@13688 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/postgis/Makefile.in b/postgis/Makefile.in index d79185c73..3ee00ad4b 100644 --- a/postgis/Makefile.in +++ b/postgis/Makefile.in @@ -112,6 +112,9 @@ EXTRA_CLEAN=$(SQL_OBJS) \ # PGXS information PG_CONFIG = @PG_CONFIG@ PGXS := @PGXS@ +# NO_TEMP_INSTALL is a workaround for a 9.5dev bug. See: +# http://www.postgresql.org/message-id/CAB7nPqTsR5o3g-fBi6jbsVdhfPiLFWQ_0cGU5=94Rv_8W3qvFA@mail.gmail.com +NO_TEMP_INSTALL=yes include $(PGXS) # Set PERL _after_ the include of PGXS -- 2.50.1