pgsql: Tweak position of $(DLL_DEFFILE) in shared-library link commands

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak position of $(DLL_DEFFILE) in shared-library link commands
Date: 2014-02-12 16:22:29
Message-ID: E1WDcZx-0001Kb-Rj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak position of $(DLL_DEFFILE) in shared-library link commands.

Reading the GNU ld man page suggests that this is order-sensitive
and should go in front of library references. Correction to commit
846e91e0223cf9f2821c3ad4dfffffbb929cb027.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b23fd2d8b3cdfea5b6998c1ab95ae3e776a8f832

Modified Files
--------------
src/Makefile.shlib | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-02-12 16:25:46 pgsql: doc: Postgres date-style date-only output is ISO
Previous Message Andres Freund 2014-02-11 20:15:26 Re: pgsql: Assert(IsTransactionState()) in RelationIdGetRelation().