aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1997-01-13 17:07:45 +0000
committerBruce Momjian <bruce@momjian.us>1997-01-13 17:07:45 +0000
commit2d04411beafc1471548ea1645b0d3ec64fe498ab (patch)
tree60cca8d8cdfe5e45a8e3c08fcad35c3c8be69d0f /src
parenta53f72e38b30913cc2d43f52d012c50ae050ec68 (diff)
downloadpostgresql-2d04411beafc1471548ea1645b0d3ec64fe498ab.tar.gz
postgresql-2d04411beafc1471548ea1645b0d3ec64fe498ab.zip
Re-add -lm link flag
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index 580addfa42f..950bc5ce9cf 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.88 1997/01/13 17:04:04 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.89 1997/01/13 17:07:45 momjian Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
@@ -702,7 +702,7 @@ endif
ifneq ($(PORTNAME), nextstep)
-LDADD_BE+= -lipc
+LDADD_BE+= -lipc -lm
AROPT= rc
DLSUFFIX= .o
endif