OSDN Git Service

Accept slightly grotty coding in Makefile.global in order to keep the -L
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jul 2010 22:03:05 +0000 (22:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 6 Jul 2010 22:03:05 +0000 (22:03 +0000)
commit458474d9d7ff552d697f8a85a61113582c86ae3a
tree1c5527a0b2704ecf863d7ad9ce8e518c6e6a8e1a
parent46ee42b8162efe29bb38f07f694aafd992bcf4b1
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.
src/Makefile.global.in