[postgis-tickets] [PostGIS] #3602: perl as found by configure is not used in tiger extension

PostGIS trac at osgeo.org
Sat Jul 30 08:03:09 PDT 2016


#3602: perl as found by configure is not used in tiger extension
-----------------------------------+---------------------------
 Reporter:  gdt                    |      Owner:  strk
     Type:  defect                 |     Status:  new
 Priority:  medium                 |  Milestone:  PostGIS 2.3.0
Component:  build/upgrade/install  |    Version:  trunk
 Keywords:                         |
-----------------------------------+---------------------------
 In extensions/postgis_tiger_geocoder/Makefile.in, the pgxs makefile is
 included at the end.  This overrides the setting of PERL to @PERL@, which
 is what configure found.

 (In my case, postgresql is configured without perl (because it doesn't
 need it), and perl or other extensions are built separately.)

 Fix:

 Add
 {{{
 PERL=@PERL@
 }}}
 at the end, like topology.  Alternatively, move the 2 pgxs lines to the
 beginning for all files.

 By inspection, postgis_sfcgal and address_standardizer have the same
 issue.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3602>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list