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

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/contrib/cube/Makefile,v 1.12 2004/08/20 20:13:02 momjian Exp $
# $PostgreSQL: pgsql/contrib/cube/Makefile,v 1.13 2005/07/24 23:30:09 tgl Exp $
MODULE_big = cube
OBJS= cube.o cubeparse.o
@ -9,6 +9,7 @@ REGRESS = cube
EXTRA_CLEAN = cubeparse.c cubeparse.h cubescan.c y.tab.c y.tab.h
SHLIB_LINK += $(filter -lm, $(LIBS))
ifdef USE_PGXS
PGXS = $(shell pg_config --pgxs)