pgsql: Some platforms now need contrib/tsm_system_time to be linked wit

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Some platforms now need contrib/tsm_system_time to be linked wit
Date: 2015-07-25 20:37:31
Message-ID: E1ZJ6CJ-0003pZ-JR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Some platforms now need contrib/tsm_system_time to be linked with libm.

Buildfarm member hornet, at least, seems to want -lm in the link command.
Probably this is due to the just-added use of isnan().

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/62005e9465a409d317a7a41d821afc5ed235670b

Modified Files
--------------
contrib/tsm_system_time/Makefile | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2015-07-25 21:17:59 pgsql: Restore use of zlib default compression in pg_dump directory mod
Previous Message Tom Lane 2015-07-25 19:58:24 pgsql: In pg_ctl, report unexpected failure to stat() the postmaster.pi