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().
pull/14/head
Tom Lane 10 years ago
parent b7b5a1899a
commit c879d51c59
  1. 2
      contrib/tsm_system_time/Makefile

@ -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)

Loading…
Cancel
Save