Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit84f8d3e

Browse files
author
Artur Zakirov
committed
Use -lm flag to link the math library
1 parentabecdda commit84f8d3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ PGFILEDESC = "RUM index access method"
1313

1414
REGRESS = rum ruminv timestamp orderby altorder
1515

16+
LDFLAGS_SL +=$(filter -lm,$(LIBS))
17+
1618
ifdefUSE_PGXS
1719
PG_CONFIG = pg_config
1820
PGXS :=$(shell$(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp