pgsql: Accept slightly grotty coding in Makefile.global in order to keep

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Accept slightly grotty coding in Makefile.global in order to keep
Date: 2010-07-06 22:03:05
Message-ID: 20100706220305.4C2C97541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-07-06 22:15:29 Re: [COMMITTERS] pgsql: Add note that using PL/Python 2 and 3 in the same session will
Previous Message Joshua D. Drake 2010-07-06 21:54:34 Re: [COMMITTERS] pgsql: Add note that using PL/Python 2 and 3 in the same session will