diff options
| author | Bruce Momjian | 1998-10-09 04:50:12 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1998-10-09 04:50:12 +0000 |
| commit | a8428c9e3f9bf9e7ce3da7b4930402ccbc65baa9 (patch) | |
| tree | f2c3a702fce5c1b86d3c88bbb0df04a4b1bcd9fa /src/pl | |
| parent | 765dd1b3f2d416014c62f3d360dbdf66bccc3b39 (diff) | |
More bsdi 4.0 cleanups for shared libraries.
Diffstat (limited to 'src/pl')
| -rw-r--r-- | src/pl/plpgsql/src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plpgsql/src/Makefile.in b/src/pl/plpgsql/src/Makefile.in index 2ee532484ce..cd8bb815d7b 100644 --- a/src/pl/plpgsql/src/Makefile.in +++ b/src/pl/plpgsql/src/Makefile.in @@ -4,7 +4,7 @@ # Makefile for the plpgsql shared object # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.3 1998/10/09 04:22:49 momjian Exp $ +# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/Makefile.in,v 1.4 1998/10/09 04:50:12 momjian Exp $ # #------------------------------------------------------------------------- @@ -43,7 +43,7 @@ endif ifeq ($(PORTNAME), bsdi) ifdef BSD_SHLIB ifeq ($(DLSUFFIX), .so) - LDFLAGS_SL += -O -shared + LDFLAGS_SL += -shared CFLAGS += $(CFLAGS_SL) endif ifeq ($(DLSUFFIX), .o) |
