Re: pltlc and pltlcu problems

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Murray Prior Hobbs <murray(at)efone(dot)com>, Brent Verner <brent(at)rcfile(dot)org>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org, teg(at)redhat(dot)com (Trond Eivind Glomsrd)
Subject: Re: pltlc and pltlcu problems
Date: 2002-01-21 03:29:58
Message-ID: 2946.1011583798@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> I'm OK with this patch. (Although you don't need the override.)

Okay, committed. (I left in the override; it can't hurt can it?)

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

Trond, I think this is your turf ... is it a bug?

regards, tom lane

>> *** 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Bowlby 2002-01-21 03:56:03 Re: Text Column limits
Previous Message Peter Eisentraut 2002-01-21 03:27:21 Re: pltlc and pltlcu problems

Browse pgsql-sql by date

  From Date Subject
Next Message David Terrell 2002-01-21 08:12:47 Re: RTLD_LAZY considered harmful (Re: pltlc and pltlcu problems)
Previous Message Peter Eisentraut 2002-01-21 03:27:21 Re: pltlc and pltlcu problems