[postgis-devel] [PostGIS] #1891: LDFLAGS environment variable not passed though to liblwgeom
PostGIS
trac at osgeo.org
Tue Jun 26 15:41:38 PDT 2012
#1891: LDFLAGS environment variable not passed though to liblwgeom
-----------------------------------+----------------------------------------
Reporter: mweisman | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.1
Component: build/upgrade/install | Version: 2.0.x
Keywords: |
-----------------------------------+----------------------------------------
The liblwgeom Makefile.in defines LDFLAGS as:
{{{@GEOS_LDFLAGS@ -lgeos_c @PROJ_LDFLAGS@ -lproj}}}
which will drop any custom LDFLAGS passed into a build though environment
variables.
See attached patch for fix.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1891>
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-devel
mailing list