From: Bruce Momjian Date: Mon, 13 Jan 1997 17:07:45 +0000 (+0000) Subject: Re-add -lm link flag X-Git-Tag: REL9_0_0~29434 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2d04411beafc1471548ea1645b0d3ec64fe498ab;p=pg-rex%2Fsyncrep.git Re-add -lm link flag --- diff --git a/src/Makefile.global b/src/Makefile.global index 580addfa42..950bc5ce9c 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