Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8223f70

Browse files
committed
Dec alpha patches.
1 parent 6d08b6a commit 8223f70

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Makefile.shlib

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Copyright (c) 1998, Regents of the University of California
77
#
88
# IDENTIFICATION
9-
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.9 1999/05/17 04:13:24 scrappy Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.10 1999/05/19 18:04:51 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -132,6 +132,12 @@ ifeq ($(PORTNAME), solaris_sparc)
132132
CFLAGS += $(CFLAGS_SL)
133133
endif
134134

135+
ifeq ($(PORTNAME), alpha)
136+
install-shlib-dep := install-shlib
137+
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
138+
LDFLAGS_SL += -shared -expect_unresolved '*'
139+
endif
140+
135141
ifeq ($(PORTNAME), svr4)
136142
install-shlib-dep := install-shlib
137143
shlib := lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)

0 commit comments

Comments
 (0)