Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8223f70

Browse files
committed
Dec alpha patches.
1 parent6d08b6a commit8223f70

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/1704: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)

[8]ページ先頭

©2009-2025 Movatter.jp