diff options
| author | Peter Eisentraut | 2001-10-05 21:15:38 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2001-10-05 21:15:38 +0000 |
| commit | c3291aed202c48986133a7e6c6db448739e94876 (patch) | |
| tree | 4aadefee579aa7906086c8a87dad55da97ca9825 /src/Makefile.shlib | |
| parent | 9110ef4de61fac575f265dbd324b236f67491356 (diff) | |
Fix shared library builds for MacOS X.
Diffstat (limited to 'src/Makefile.shlib')
| -rw-r--r-- | src/Makefile.shlib | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib index 4b89aa4927..34f805ed98 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -6,7 +6,7 @@ # Copyright (c) 1998, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.54 2001/09/22 22:54:32 petere Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.55 2001/10/05 21:15:38 petere Exp $ # #------------------------------------------------------------------------- @@ -113,7 +113,7 @@ endif ifeq ($(PORTNAME), darwin) shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - LINK.shared = $(COMPILER) $(CFLAGS_SL) + LINK.shared = $(COMPILER) $(DARWIN_NAMESPACE_SPEC) -bundle -undefined suppress endif ifeq ($(PORTNAME), openbsd) |
