projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24d009b
)
Dec alpha patches.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 19 May 1999 18:04:51 +0000
(18:04 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 19 May 1999 18:04:51 +0000
(18:04 +0000)
src/Makefile.shlib
patch
|
blob
|
blame
|
history
diff --git
a/src/Makefile.shlib
b/src/Makefile.shlib
index 2480d096ebab91501207d65b219339a71b894dab..7aa9167476e8184c082de6220aa28e0a870c54f3 100644
(file)
--- a/
src/Makefile.shlib
+++ b/
src/Makefile.shlib
@@
-132,6
+132,12
@@
ifeq ($(PORTNAME), solaris_sparc)
CFLAGS += $(CFLAGS_SL)
endif
+ifeq ($(PORTNAME), alpha)
+ install-shlib-dep := install-shlib
+ shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
+ LDFLAGS_SL += -shared -expect_unresolved '*'
+endif
+
ifeq ($(PORTNAME), svr4)
install-shlib-dep := install-shlib
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)