Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ace63 commit de62329Copy full SHA for de62329
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $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 $
10
11
#-------------------------------------------------------------------------
12
@@ -82,7 +82,7 @@ ifeq ($(PORTNAME), bsdi)
82
ifeq ($(DLSUFFIX), .so)
83
install-shlib-dep := install-shlib
84
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
85
- LDFLAGS_SL += -shared
+ LDFLAGS_SL += -shared -soname $(shlib)
86
CFLAGS += $(CFLAGS_SL)
87
endif
88
ifeq ($(DLSUFFIX), .o)
0 commit comments