mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Partial fixes for contrib build on AIX: include -lm where needed.
Per Rocco Altier.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user