1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Partial fixes for contrib build on AIX: include -lm where needed.

Per Rocco Altier.
This commit is contained in:
Tom Lane
2005-07-24 23:30:10 +00:00
parent d675226e20
commit ac652466ec
5 changed files with 10 additions and 5 deletions

View File

@ -3,6 +3,8 @@ DATA_built = tablefunc.sql
DOCS = README.tablefunc
REGRESS = tablefunc
SHLIB_LINK += $(filter -lm, $(LIBS))
ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)