1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add bsdi shared library support.

This commit is contained in:
Bruce Momjian
1998-06-16 03:17:47 +00:00
parent 3408635471
commit 26d5a31dbf
2 changed files with 28 additions and 2 deletions

View File

@ -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