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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Still more third thoughts: when linking shared libraries, LDFLAGS
Date: 2010-07-06 03:55:33
Message-ID: 20100706035533.EF72E7541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-07-06 14:21:06 Re: Re: [COMMITTERS] pgsql: Fix log_temp_files docs and comments to say bytes not kilobytes.
Previous Message Tom Lane 2010-07-06 03:41:02 pgsql: Allow for LDFLAGS_SL already having a value in Makefile.aix.