pgsql: Hack around the discrepancy between default library search paths

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Hack around the discrepancy between default library search paths
Date: 2005-07-12 23:06:48
Message-ID: 20050712230648.C793252A21@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Hack around the discrepancy between default library search paths for
gcc and for HP's ld on HPUX. There may be better ways to do this,
but this seems to work for me...

Modified Files:
--------------
pgsql/src:
Makefile.shlib (r1.92 -> r1.93)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib.diff?r1=1.92&r2=1.93)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2005-07-13 02:10:43 pgsql: Documentation for some new PL/Perl features.
Previous Message Tom Lane 2005-07-12 20:35:43 pgsql: Fix plperl crash with list value return for an array result type.