1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +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

@ -1,10 +1,12 @@
# $PostgreSQL: pgsql/contrib/earthdistance/Makefile,v 1.14 2004/08/20 20:13:03 momjian Exp $
# $PostgreSQL: pgsql/contrib/earthdistance/Makefile,v 1.15 2005/07/24 23:30:09 tgl Exp $
MODULES = earthdistance
DATA_built = earthdistance.sql
DOCS = README.earthdistance
REGRESS = earthdistance
SHLIB_LINK += $(filter -lm, $(LIBS))
ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)
include $(PGXS)