|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
# Copyright (c) 1998, Regents of the University of California
|
|
|
|
|
#
|
|
|
|
|
# IDENTIFICATION
|
|
|
|
|
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.11 1999/06/30 23:54:18 tgl Exp $
|
|
|
|
|
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.12 1999/07/08 00:15:03 momjian Exp $
|
|
|
|
|
#
|
|
|
|
|
#-------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
@ -56,6 +56,13 @@ install-shlib-dep := |
|
|
|
|
# Makefile.global (or really Makefile.port) to supply DLSUFFIX and other
|
|
|
|
|
# symbols.
|
|
|
|
|
|
|
|
|
|
ifeq ($(PORTNAME), irix5) |
|
|
|
|
install-shlib-dep := install-shlib
|
|
|
|
|
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO__MINOR_VERSION)
|
|
|
|
|
LDFLAGS_SL := -shared
|
|
|
|
|
CFLAGS += $(CFLAGS_SL)
|
|
|
|
|
endif |
|
|
|
|
|
|
|
|
|
ifeq ($(PORTNAME), freebsd) |
|
|
|
|
ifdef BSD_SHLIB
|
|
|
|
|
install-shlib-dep := install-shlib
|
|
|
|
|
|