mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Put back -lm for non-nextstep ports.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# IDENTIFICATION
|
# IDENTIFICATION
|
||||||
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.90 1997/01/14 06:41:51 scrappy Exp $
|
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.91 1997/01/14 08:19:41 bryanh 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,11 +702,15 @@ endif
|
|||||||
|
|
||||||
|
|
||||||
ifeq ($(PORTNAME), nextstep)
|
ifeq ($(PORTNAME), nextstep)
|
||||||
LDADD_BE+= -lipc -lm
|
LDADD_BE+= -lipc
|
||||||
AROPT= rc
|
AROPT= rc
|
||||||
DLSUFFIX= .o
|
DLSUFFIX= .o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(PORTNAME), nextstep)
|
||||||
|
LD_ADD+= -lm
|
||||||
|
endif
|
||||||
|
|
||||||
# This goes here so that customization in Makefile.custom is effective
|
# This goes here so that customization in Makefile.custom is effective
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user