[postgis-tickets] r14761 - fix rtpostgis_proc_set_search_path.sql build.

Regina Obe lr at pcorp.us
Tue Mar 8 08:05:58 PST 2016


Author: robe
Date: 2016-03-08 08:05:58 -0800 (Tue, 08 Mar 2016)
New Revision: 14761

Modified:
   branches/2.2/raster/rt_pg/Makefile.in
Log:
fix rtpostgis_proc_set_search_path.sql build.  
Closes #2485

Modified: branches/2.2/raster/rt_pg/Makefile.in
===================================================================
--- branches/2.2/raster/rt_pg/Makefile.in	2016-03-08 15:54:46 UTC (rev 14760)
+++ branches/2.2/raster/rt_pg/Makefile.in	2016-03-08 16:05:58 UTC (rev 14761)
@@ -120,6 +120,7 @@
 	echo 'COMMIT;' >> $@
 	
 rtpostgis_proc_set_search_path.sql: rtpostgis.sql ../../utils/postgis_proc_set_search_path.pl
+	$(PERL) ../../utils/postgis_proc_set_search_path.pl $< UNUSED > $@
 
 uninstall_rtpostgis.sql: rtpostgis.sql ../../utils/create_undef.pl 
 	$(PERL) ../../utils/create_undef.pl $< $(POSTGIS_PGSQL_VERSION) > $@



More information about the postgis-tickets mailing list