pgsql: Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and
Date: 2005-12-03 20:17:00
Message-ID: 20051203201700.E62749DCBF2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.
Per example from Dirk Pirschel.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/src:
Makefile.shlib (r1.72.2.1 -> r1.72.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.72.2.1&r2=1.72.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-12-03 21:06:19 pgsql: Treat procedural languages as owned by the bootstrap superuser,
Previous Message Tom Lane 2005-12-03 20:16:50 pgsql: Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and