]> granicus.if.org Git - postgis/commitdiff
Workaround PostgreSQL-9.5dev bug forcing install on check
authorSandro Santilli <strk@keybit.net>
Tue, 23 Jun 2015 14:40:25 +0000 (14:40 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 23 Jun 2015 14:40:25 +0000 (14:40 +0000)
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
topology/Makefile.in

index eb498a6494ecd2a9e4b76670e83d67ec2a8c93a1..7af36c1afa114e52a272c5724c0611f1d3294ba1 100644 (file)
@@ -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
index af0eb3a3f919baff81693d42b9868dbaac26a594..4132421fe5017a1f52993817559afac304d175ee 100644 (file)
@@ -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