summaryrefslogtreecommitdiff
path: root/src/interfaces/libpgtcl
diff options
context:
space:
mode:
authorBruce Momjian1998-06-16 03:17:47 +0000
committerBruce Momjian1998-06-16 03:17:47 +0000
commit26d5a31dbf705ca09971be0891963885bb3b4558 (patch)
tree790021a5a0b3ebb5178323d2a47ae6aca4e32cda /src/interfaces/libpgtcl
parent34086354715e6f2795d40c14ad766816754419c2 (diff)
Add bsdi shared library support.
Diffstat (limited to 'src/interfaces/libpgtcl')
-rw-r--r--src/interfaces/libpgtcl/Makefile.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/interfaces/libpgtcl/Makefile.in b/src/interfaces/libpgtcl/Makefile.in
index 72bd6ae4a75..d11f099ae61 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.17 1998/06/15 21:01:46 momjian Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile.in,v 1.18 1998/06/16 03:17:47 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -49,6 +49,16 @@ ifeq ($(PORTNAME), bsd)
endif
endif
+ifeq ($(PORTNAME), bsdi)
+ ifdef BSD_SHLIB
+ install-shlib-dep := install-shlib
+ shlib := libpgtcl.o
+ LD := shlicc
+ LDFLAGS_SL += -O -r
+ CFLAGS += $(CFLAGS_SL)
+ endif
+endif
+
ifeq ($(PORTNAME), solaris_i386)
install-shlib-dep := install-shlib
shlib := libpgtcl.so.1