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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and
Date
Msg-id 20051203201700.E62749DCBF2@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Treat procedural languages as owned by the bootstrap superuser,