Skip to content

Commit 2f383b2

Browse files
committed
Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh.
1 parent bf43bed commit 2f383b2

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+
override TCL_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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy