projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36f1954
)
Always define stlib, since some platforms need it for building modules.
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 7 Apr 2008 23:08:15 +0000
(23:08 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 7 Apr 2008 23:08:15 +0000
(23:08 +0000)
Should fix build failures on AIX.
src/Makefile.shlib
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.shlib
b/src/Makefile.shlib
index 75b2494837982eb55e4e69cfdd591a6272219c1a..8e336f9bdf9300e8e5caf86c86e4a2c04c1e8dd4 100644
(file)
--- a/
src/Makefile.shlib
+++ b/
src/Makefile.shlib
@@
-94,13
+94,13
@@
endif
# Testing the soname variable is a reliable way to determine whether a
# linkable library is being built.
soname = $(shlib_major)
-stlib = lib$(NAME).a
else
# Naming convention for dynamically loadable modules
ifeq ($(enable_shared), yes)
shlib = $(NAME)$(DLSUFFIX)
endif
endif
+stlib = lib$(NAME).a
ifndef soname
# additional flags for backend modules