diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-10-09 04:50:12 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-10-09 04:50:12 +0000 |
| commit | a8428c9e3f9bf9e7ce3da7b4930402ccbc65baa9 (patch) | |
| tree | f2c3a702fce5c1b86d3c88bbb0df04a4b1bcd9fa /src/interfaces/libpgtcl | |
| parent | 765dd1b3f2d416014c62f3d360dbdf66bccc3b39 (diff) | |
| download | postgresql-a8428c9e3f9bf9e7ce3da7b4930402ccbc65baa9.tar.gz | |
More bsdi 4.0 cleanups for shared libraries.
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in index d29e915024..cb20575940 100644 --- a/src/interfaces/libpgtcl/Makefile.in +++ b/src/interfaces/libpgtcl/Makefile.in @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.24 1998/10/09 04:22:46 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.25 1998/10/09 04:50:06 momjian Exp $ # #------------------------------------------------------------------------- @@ -54,7 +54,7 @@ ifeq ($(PORTNAME), bsdi) ifeq ($(DLSUFFIX), .so) install-shlib-dep := install-shlib shlib := libpgtcl.so - LDFLAGS_SL += -O -shared + LDFLAGS_SL += -shared CFLAGS += $(CFLAGS_SL) endif ifeq ($(DLSUFFIX), .o) |
