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

Commit390e835

Browse files
committed
Add SHLIB_LINK setting for solaris_i386 and solaris_sparc ports,
per bug report from Daren Sefcik <daren@partnersdata.com>.
1 parent8aea617 commit390e835

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/Makefile.shlib

Lines changed: 3 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.12 1999/07/08 00:15:03 momjian Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.13 1999/07/15 02:03:00 tgl Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -129,13 +129,15 @@ ifeq ($(PORTNAME), solaris_i386)
129129
install-shlib-dep:= install-shlib
130130
shlib:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
131131
LDFLAGS_SL:= -G
132+
SHLIB_LINK+= -ldl -lsocket -lresolv -lnsl -lm -lc
132133
CFLAGS+= $(CFLAGS_SL)
133134
endif
134135

135136
ifeq ($(PORTNAME), solaris_sparc)
136137
install-shlib-dep:= install-shlib
137138
shlib:= lib$(NAME)$(DLSUFFIX).$(SO_MAJOR_VERSION).$(SO_MINOR_VERSION)
138139
LDFLAGS_SL:= -G
140+
SHLIB_LINK+= -ldl -lsocket -lresolv -lnsl -lm -lc
139141
CFLAGS+= $(CFLAGS_SL)
140142
endif
141143

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp