pgsql: Add -lm to SHLIB_LINK for contrib/btree_gist.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add -lm to SHLIB_LINK for contrib/btree_gist.
Date: 2011-03-03 06:43:59
Message-ID: E1Pv2GV-0005N9-B8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add -lm to SHLIB_LINK for contrib/btree_gist.

Now that btree_gist contains a reference to isinf(), this is necessary
at least on some platforms. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c4164540b30434845be02f84973663bfeb231ab

Modified Files
--------------
contrib/btree_gist/Makefile | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-03 07:08:18 Re: [COMMITTERS] pgsql: Add KNNGIST support to contrib/btree_gist.
Previous Message Tom Lane 2011-03-03 06:34:37 pgsql: Mark operator implementation functions as such in their comments