pgsql: Make sure LDFLAGS come before LIBS when linking contrib programs. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make sure LDFLAGS come before LIBS when linking contrib programs.
Date
Msg-id 20100705233050.662867541D4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make sure LDFLAGS come before LIBS when linking contrib programs.
Solaris, at least, seems to be sensitive to the relative order of -L
and -l switches, so this is needed.  Per buildfarm results.

Modified Files:
--------------
    pgsql/src/makefiles:
        pgxs.mk (r1.20 -> r1.21)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.20&r2=1.21)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a few single-file (MODULES, not MODULE_big) contrib makefiles
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Dept.