Opened 12 years ago

Closed 12 years ago

#1891 closed defect (fixed)

LDFLAGS environment variable not passed though to liblwgeom

Reported by: mweisman Owned by: strk
Priority: medium Milestone: PostGIS 2.0.2
Component: build Version: 2.0.x
Keywords: Cc:

Description

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.

Attachments (1)

liblwgeom_makefile.patch (466 bytes ) - added by mweisman 12 years ago.

Download all attachments as: .zip

Change History (4)

by mweisman, 12 years ago

Attachment: liblwgeom_makefile.patch added

comment:1 by robe, 12 years ago

Milestone: PostGIS 2.0.1PostGIS 2.0.2

comment:2 by strk, 12 years ago

Thanks! r9991 in 2.0 branch, r9992 in trunk

comment:3 by strk, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.