summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-09 04:50:12 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-09 04:50:12 +0000
commita8428c9e3f9bf9e7ce3da7b4930402ccbc65baa9 (patch)
treef2c3a702fce5c1b86d3c88bbb0df04a4b1bcd9fa /src/interfaces/libpgtcl
parent765dd1b3f2d416014c62f3d360dbdf66bccc3b39 (diff)
downloadpostgresql-a8428c9e3f9bf9e7ce3da7b4930402ccbc65baa9.tar.gz
More bsdi 4.0 cleanups for shared libraries.
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r--src/interfaces/libpgtcl/Makefile.in4
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)