[postgis-tickets] r16790 - Explicitly call perl executable. Should fix failure on FreeBSD (bessie bots) (missed spot on last commit)
Regina Obe
lr at pcorp.us
Fri Sep 14 07:21:03 PDT 2018
Great thanks.
> -----Original Message-----
> From: strk at kbt.io [mailto:strk at kbt.io]
> Sent: Friday, September 14, 2018 10:12 AM
> To: postgis-tickets at lists.osgeo.org
> Cc: Regina Obe <lr at pcorp.us>
> Subject: Re: [postgis-tickets] r16790 - Explicitly call perl executable.
Should
> fix failure on FreeBSD (bessie bots) (missed spot on last commit)
>
> 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