Commit 2d04411b authored by Bruce Momjian's avatar Bruce Momjian

Re-add -lm link flag

parent a53f72e3
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # 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 # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -702,7 +702,7 @@ endif ...@@ -702,7 +702,7 @@ endif
ifneq ($(PORTNAME), nextstep) ifneq ($(PORTNAME), nextstep)
LDADD_BE+= -lipc LDADD_BE+= -lipc -lm
AROPT= rc AROPT= rc
DLSUFFIX= .o DLSUFFIX= .o
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment