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 46e7637 commit 64e31b4Copy full SHA for 64e31b4
src/Makefile.shlib
@@ -6,7 +6,7 @@
6
# Copyright (c) 1998, Regents of the University of California
7
#
8
# IDENTIFICATION
9
-# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.114 2008/04/07 14:15:58 petere Exp $
+# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.115 2008/04/07 23:08:15 petere Exp $
10
11
#-------------------------------------------------------------------------
12
@@ -94,13 +94,13 @@ endif
94
# Testing the soname variable is a reliable way to determine whether a
95
# linkable library is being built.
96
soname = $(shlib_major)
97
-stlib = lib$(NAME).a
98
else
99
# Naming convention for dynamically loadable modules
100
ifeq ($(enable_shared), yes)
101
shlib = $(NAME)$(DLSUFFIX)
102
endif
103
+stlib = lib$(NAME).a
104
105
ifndef soname
106
# additional flags for backend modules
0 commit comments