[postgis-tickets] r16790 - Explicitly call perl executable. Should fix failure on FreeBSD (bessie bots) (missed spot on last commit)

Sandro Santilli strk at kbt.io
Fri Sep 14 07:11:47 PDT 2018


On Thu, Sep 13, 2018 at 02:34:52AM +0000, Regina Obe wrote:

> New Revision: 16790

[...]

> Explicitly call perl executable.  Should fix failure on FreeBSD (bessie bots) (missed spot on last commit)

[...]

>  sql/raster_unpackage.sql: Makefile
> -sql/raster_unpackage.sql: ../../utils/create_extension_unpackage.pl
> +sql/raster_unpackage.sql: $(PERL) ../../utils/create_extension_unpackage.pl
>  sql/raster_unpackage.sql: unpackage_raster_if_needed.sql
>  sql/raster_unpackage.sql: $(RASTER_DROP_SCRIPTS) | sql

That's just a target dependency, not a command to run,
so you don't need to include PERL here. I fixed this with r16794

--strk;


More information about the postgis-tickets mailing list