Skip to content

Commit

Permalink
Some platforms now need contrib/tsm_system_time to be linked with libm.
Browse files Browse the repository at this point in the history
Buildfarm member hornet, at least, seems to want -lm in the link command.
Probably this is due to the just-added use of isnan().
  • Loading branch information
tglsfdc committed Jul 25, 2015
1 parent b7b5a18 commit c879d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/tsm_system_time/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ DATA = tsm_system_time--1.0.sql

REGRESS = tsm_system_time

SHLIB_LINK += $(filter -lm, $(LIBS))

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down

0 comments on commit c879d51

Please sign in to comment.