]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Turns out the HPUX linker likes -Bsymbolic too. Without this, ODBC
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Mar 2001 23:15:20 +0000 (23:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 10 Mar 2001 23:15:20 +0000 (23:15 +0000)
commit9c2c9fcdfb8d9e3f4b47f3cc2137662cdb68b952
treeec019c5ad2ae17ebf953521fe3422d2f8cb996fa
parent5ab642fdf1a75d29e0b78e1430550e0d190d67fe
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.
src/Makefile.shlib