We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7b5a18 commit c879d51Copy full SHA for c879d51
contrib/tsm_system_time/Makefile
@@ -9,6 +9,8 @@ DATA = tsm_system_time--1.0.sql
9
10
REGRESS = tsm_system_time
11
12
+SHLIB_LINK += $(filter -lm, $(LIBS))
13
+
14
ifdef USE_PGXS
15
PG_CONFIG = pg_config
16
PGXS := $(shell $(PG_CONFIG) --pgxs)
0 commit comments