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

Commit0f310ee

Browse files
committed
Here is a patch to make PostgreSQL use a full path in DT_SONAME for
UnixWare.Larry Rosenman
1 parenta995309 commit0f310ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.shlib

Lines changed: 2 additions & 2 deletions
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.67 2003/03/21 17:18:34 petere Exp $
9+
# $Header: /cvsroot/pgsql/src/Makefile.shlib,v 1.68 2003/09/10 03:56:33 momjian Exp $
1010
#
1111
#-------------------------------------------------------------------------
1212

@@ -191,7 +191,7 @@ ifeq ($(PORTNAME), unixware)
191191
else
192192
LINK.shared= $(CC) -G
193193
endif
194-
LINK.shared+= -Wl,-z,text -Wl,-h,$(soname)
194+
LINK.shared+= -Wl,-z,text -Wl,-h,$(libdir)/$(soname)
195195
endif
196196

197197
ifeq ($(PORTNAME), cygwin)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp