Log Message:
-----------
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.
Modified Files:
--------------
pgsql/src:
Makefile.shlib (r1.124 -> r1.125)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.124&r2=1.125)
pgsql-committers by date
| Next: | From: Robert Haas | Date: 2010-07-06 14:21:06 |
| Subject: Re: Re: [COMMITTERS] pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes. |
| Previous: | From: Tom Lane | Date: 2010-07-06 03:41:02 |
| Subject: pgsql: Allow for LDFLAGS_SL already having a value in Makefile.aix. |