pgsql: Clean up rpath handling for HPUX --- we can't use the cc-style - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Clean up rpath handling for HPUX --- we can't use the cc-style
Date
Msg-id 20041119212745.B04DD3A4F71@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Clean up rpath handling for HPUX --- we can't use the cc-style rpath
switch syntax when calling ld directly.

Modified Files:
--------------
    pgsql/src/makefiles:
        Makefile.hpux (r1.25 -> r1.26)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/Makefile.hpux.diff?r1=1.25&r2=1.26)
    pgsql/src:
        Makefile.shlib (r1.88 -> r1.89)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.88&r2=1.89)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix incorrect documentation of plperl's method for accessing the
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve error reporting for SSL connection failures.