diff options
| author | Bruce Momjian | 1999-12-09 19:15:45 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-12-09 19:15:45 +0000 |
| commit | 3ffd3d82dbbd86d4d66b3eb7cc9f08434db6dd55 (patch) | |
| tree | 386169facc3f13dcd4f3009439745c12e5aca57e /src/Makefile.shlib | |
| parent | cb0032cdcfd252317e3302a43b725706b1f900e0 (diff) | |
Make LD -r as macros that can be changed for QNX.
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 4b1beeaf2a1..169e59311dc 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.16 1999/10/13 11:38:34 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.17 1999/12/09 19:14:22 momjian Exp $ # #------------------------------------------------------------------------- @@ -89,7 +89,7 @@ ifeq ($(PORTNAME), bsdi) install-shlib-dep := install-shlib shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) LD := shlicc - LDFLAGS_SL += -O -r + LDFLAGS_SL += -O $(LDREL) CFLAGS += $(CFLAGS_SL) endif endif |
