Re: pltlc and pltlcu problems - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pltlc and pltlcu problems
Date
Msg-id Pine.LNX.4.30.0201202226110.712-100000@peter.localdomain
Whole thread Raw
In response to Re: pltlc and pltlcu problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pltlc and pltlcu problems  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> Just apply this patch and RHL should work.

I'm OK with this patch.  (Although you don't need the override.)

We should file a bug report with Red Hat, methinks.

> *** src/pl/tcl/Makefile.orig    Sat Oct 13 00:23:50 2001
> --- src/pl/tcl/Makefile    Sun Jan 20 21:57:45 2002
> ***************
> *** 49,54 ****
> --- 49,58 ----
>   endif
>   endif
>
> + # Suppress bogus soname switch that RedHat RPMs put into tclConfig.sh
> + override TCL_SHLIB_LD := $(shell echo "$(TCL_SHLIB_LD)" | sed 's/-Wl,-soname[^ ]*//')
> +
> +
>   %$(TCL_SHLIB_SUFFIX): %.o
>       $(TCL_SHLIB_LD) -o $@ $< $(TCL_LIB_SPEC) $(SHLIB_EXTRA_LIBS)

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pltlc and pltlcu problems
Next
From: Tom Lane
Date:
Subject: Re: pltlc and pltlcu problems