pgsql/src Makefile.shlib

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src Makefile.shlib
Date: 2001-03-10 23:15:20
Message-ID: 200103102315.f2ANFKW20663@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/03/10 18:15:20

Modified files:
src : Makefile.shlib

Log message:
Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBC
driver does not work because its internal cross-references get bound
to similarly named functions in unixODBC shared library.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2001-03-11 10:28:28 Re: pgsql/src Makefile.shlib
Previous Message Tom Lane 2001-03-10 23:12:28 pgsql/src/interfaces/odbc environ.c