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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up rpath handling for HPUX --- we can't use the cc-style
Date: 2004-11-19 21:27:45
Message-ID: 20041119212745.B04DD3A4F71@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-19 23:22:57 pgsql: Fix incorrect documentation of plperl's method for accessing the
Previous Message Tom Lane 2004-11-19 19:23:04 pgsql: Set rpath for plperl and plpython to ensure we can find the .so