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

Commit2f383b2

Browse files
committed
Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh.
1 parentbf43bed commit2f383b2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/pl/tcl/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for the pltcl shared object
44
#
5-
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.35 2001/10/13 04:23:50 momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.36 2002/01/21 03:27:46 tgl Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -49,6 +49,10 @@ SHLIB_EXTRA_LIBS=
4949
endif
5050
endif
5151

52+
# Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh
53+
overrideTCL_SHLIB_LD :=$(shell echo "$(TCL_SHLIB_LD)" | sed 's/-Wl,-soname[^ ]*//')
54+
55+
5256
%$(TCL_SHLIB_SUFFIX):%.o
5357
$(TCL_SHLIB_LD) -o$@$<$(TCL_LIB_SPEC)$(SHLIB_EXTRA_LIBS)
5458

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp