From 49f3269303ffc11e45ea040283167930760d536d Mon Sep 17 00:00:00 2001 From: Sandro Santilli <strk@keybit.net> Date: Tue, 23 Jun 2015 14:40:25 +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 This is for topology and raster git-svn-id: http://svn.osgeo.org/postgis/trunk@13690 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/rt_pg/Makefile.in | 3 +++ topology/Makefile.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in index eb498a649..7af36c1af 100644 --- a/raster/rt_pg/Makefile.in +++ b/raster/rt_pg/Makefile.in @@ -74,6 +74,9 @@ EXTRA_CLEAN=$(SQL_OBJS) $(DATA_built) rtpostgis_upgrade.sql.in # 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 diff --git a/topology/Makefile.in b/topology/Makefile.in index af0eb3a3f..4132421fe 100644 --- a/topology/Makefile.in +++ b/topology/Makefile.in @@ -41,6 +41,9 @@ EXTRA_CLEAN=$(SQL_OBJS) topology_upgrade.sql.in # 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.40.0