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

index d79185c73ae99aca5f7ca18ab29e9c8b7f08a8df..3ee00ad4b7926082f980f962e4ef7d1d445df610 100644 (file)
@@ -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