|
6 | 6 | # Copyright (c) 1998, Regents of the University of California
|
7 | 7 | #
|
8 | 8 | # IDENTIFICATION
|
9 |
| -# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.9 1999/05/1704:13:24 scrappy Exp $ |
| 9 | +# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.10 1999/05/19 18:04:51 momjian Exp $ |
10 | 10 | #
|
11 | 11 | #-------------------------------------------------------------------------
|
12 | 12 |
|
@@ -132,6 +132,12 @@ ifeq ($(PORTNAME), solaris_sparc)
|
132 | 132 | CFLAGS+= $(CFLAGS_SL)
|
133 | 133 | endif
|
134 | 134 |
|
| 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 | + |
135 | 141 | ifeq ($(PORTNAME), svr4)
|
136 | 142 | install-shlib-dep:= install-shlib
|
137 | 143 | shlib:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
|
|