pgsql: Accept slightly grotty coding in Makefile.global in order to keep - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Accept slightly grotty coding in Makefile.global in order to keep
Date
Msg-id 20100706220305.4C2C97541D4@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Accept slightly grotty coding in Makefile.global in order to keep the -L
flag for src/port/ in front of any -L flags placed in LDFLAGS by configure.
This undoes an L-flag-ordering change that I had thought would be safe,
but seems to be making at least one buildfarm member fail --- the only
theory for orca's failure that I can think of is that it's got an old
copy of libpgport.a in /usr/lib.  Also allow for LDFLAGS_SL to be set by
contrib makefiles before they invoke Makefile.global.

Modified Files:
--------------
    pgsql/src:
        Makefile.global.in (r1.263 -> r1.264)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.263&r2=1.264)

pgsql-committers by date:

Previous
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Add note that using PL/Python 2 and 3 in the same session will
Next
From: rhaas@postgresql.org (Robert Haas)
Date:
Subject: pgsql: Make log_temp_files based on kB, and revert docs & comments to