From de62329acd2e19eaad11587aa1181c7593bafef9 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Mar 2000 17:07:32 +0000 Subject: [PATCH] Fix for bsdi 4.1 shared libraries. --- src/Makefile.shlib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.shlib b/src/Makefile.shlib index 441feec22a..8a15538d88 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -6,7 +6,7 @@ # Copyright (c) 1998, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.18 2000/03/08 01:58:15 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.19 2000/03/09 17:07:32 momjian Exp $ # #------------------------------------------------------------------------- @@ -82,7 +82,7 @@ ifeq ($(PORTNAME), bsdi) ifeq ($(DLSUFFIX), .so) install-shlib-dep := install-shlib shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) - LDFLAGS_SL += -shared + LDFLAGS_SL += -shared -soname $(shlib) CFLAGS += $(CFLAGS_SL) endif ifeq ($(DLSUFFIX), .o) -- 2.11.0