We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abecdda commit 84f8d3eCopy full SHA for 84f8d3e
Makefile
@@ -13,6 +13,8 @@ PGFILEDESC = "RUM index access method"
13
14
REGRESS = rum ruminv timestamp orderby altorder
15
16
+LDFLAGS_SL += $(filter -lm, $(LIBS))
17
+
18
ifdef USE_PGXS
19
PG_CONFIG = pg_config
20
PGXS := $(shell $(PG_CONFIG) --pgxs)
0 commit comments