|
6 | 6 | # Copyright (c) 1998, Regents of the University of California |
7 | 7 | # |
8 | 8 | # IDENTIFICATION |
9 | | -# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.18 2000/03/08 01:58:15 momjian Exp $ |
| 9 | +# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.19 2000/03/09 17:07:32 momjian Exp $ |
10 | 10 | # |
11 | 11 | #------------------------------------------------------------------------- |
12 | 12 |
|
@@ -82,7 +82,7 @@ ifeq ($(PORTNAME), bsdi) |
82 | 82 | ifeq ($(DLSUFFIX), .so) |
83 | 83 | install-shlib-dep := install-shlib |
84 | 84 | shlib:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION) |
85 | | - LDFLAGS_SL+= -shared |
| 85 | + LDFLAGS_SL+= -shared -soname $(shlib) |
86 | 86 | CFLAGS+= $(CFLAGS_SL) |
87 | 87 | endif |
88 | 88 | ifeq ($(DLSUFFIX), .o) |
|