]> granicus.if.org Git - postgis/commitdiff
Explicitly call perl executable. Should fix failure on FreeBSD (bessie bots)
authorRegina Obe <lr@pcorp.us>
Thu, 13 Sep 2018 21:33:38 +0000 (21:33 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 13 Sep 2018 21:33:38 +0000 (21:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16789 b70326c6-7e19-0410-871a-916f4a2858ee

extensions/postgis/Makefile.in

index c6fcc1b84d4abeda539a235fc1ea3976f8c9e229..6dc18d43424bf3cf00131a6c2138f4c63d589fe3 100644 (file)
@@ -88,7 +88,7 @@ sql/raster_unpackage.sql: $(RASTER_DROP_SCRIPTS) | sql
        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  >> $@