[postgis-tickets] [PostGIS] #4250: Stop calling pg_config from Makefiles
PostGIS
trac at osgeo.org
Wed Nov 21 07:13:38 PST 2018
#4250: Stop calling pg_config from Makefiles
-----------------------------------+---------------------------
Reporter: Algunenano | Owner: strk
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 3.0.0
Component: build/upgrade/install | Version: trunk
Keywords: |
-----------------------------------+---------------------------
During compilation, the `Makefile`s are calling `pg_config --pgxs` to get
PGXS path instead of using the path established during the initial
configuration.
This can lead to inconsistencies if the pg_config used in the
configuration (`--with-pgconfig`) is different from the one in the path.
We could use the `@PGXS@` variable instead, which is set in the configure
step.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4250>
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