pgsql: Still more third thoughts: when linking shared libraries, LDFLAGS - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Still more third thoughts: when linking shared libraries, LDFLAGS
Date
Msg-id 20100706035533.EF72E7541D4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow for LDFLAGS_SL already having a value in Makefile.aix.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update pgindent testing instructions.