Still more third thoughts: when linking shared libraries, LDFLAGS probably

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8307b092b78c514ca1ca09d5cc9900bc2b672095
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-07-06T03:55:33Z
Releases: 9.0.0
Still more third thoughts: when linking shared libraries, LDFLAGS probably
needs to appear before anything placed in SHLIB_LINK.  This is because
SHLIB_LINK is typically a subset of LIBS, and LIBS has to appear after
LDFLAGS on platforms that are sensitive to the relative order of -L and -l
switches.

Files

PathChange+/−
src/Makefile.shlib modified +4 −7