python - be: Link against LIBS var to make Python happy.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Link against LIBS var to make Python happy.
Date: 2006-02-13 18:27:35
Message-ID: 20060213182735.81C8E1033816@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Link against LIBS var to make Python happy.

This should fix missing symbols issues on load.

Modified Files:
--------------
be:
setup.py (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.22&r2=1.23)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-02-13 21:02:25 Re: pgsql: Add psql option: -1 or --single-transaction Simon Riggs
Previous Message Bruce Momjian 2006-02-13 17:09:25 pgsql: Place function names in first column for consistency.