From: Sandro Santilli Date: Tue, 23 Jun 2015 12:40:58 +0000 (+0000) Subject: Workaround PostgreSQL-9.5dev bug forcing install on check X-Git-Tag: 2.2.0rc1~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e17f723b99a1942ae5a3fb76a798886a462e2ee;p=postgis 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 --- 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