[postgis-tickets] r16789 - Explicitly call perl executable. Should fix failure on FreeBSD (bessie bots)

Regina Obe lr at pcorp.us
Thu Sep 13 02:33:38 PDT 2018


Author: robe
Date: 2018-09-13 14:33:38 -0700 (Thu, 13 Sep 2018)
New Revision: 16789

Modified:
   trunk/extensions/postgis/Makefile.in
Log:
Explicitly call perl executable.  Should fix failure on FreeBSD (bessie bots)

Modified: trunk/extensions/postgis/Makefile.in
===================================================================
--- trunk/extensions/postgis/Makefile.in	2018-09-13 20:41:00 UTC (rev 16788)
+++ trunk/extensions/postgis/Makefile.in	2018-09-13 21:33:38 UTC (rev 16789)
@@ -88,7 +88,7 @@
 	sed '/UNPACKAGE_CODE/q' unpackage_raster_if_needed.sql > $@
 
 	cat $(RASTER_DROP_SCRIPTS) \
-		| ../../utils/create_extension_unpackage.pl postgis >> $@
+		| $(PERL) ../../utils/create_extension_unpackage.pl postgis >> $@
 
 	sed -ne '/UNPACKAGE_CODE/{s///; :a' -e 'n;p;ba' -e '}' \
 		unpackage_raster_if_needed.sql  >> $@



More information about the postgis-tickets mailing list