Re: BUG #2170: --rpath option is skipping shared libs

From: Lee Thompson <bm55b(at)yahoo(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2170: --rpath option is skipping shared libs
Date: 2006-02-15 19:07:11
Message-ID: 20060215190711.35056.qmail@web30509.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Better version of patch. Only kicks in when asked for
with --enable-rpath_sl

--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> "Lee Thompson" <bm55b(at)yahoo(dot)com> writes:
> > + if test "$enable_rpath" = yes ; then
> > + LIBDIRS="$LIBDIRS -Wl,-R$dir"
> > + fi
>
> What is this supposed to accomplish? (Other than
> probably breaking
> every non-gcc toolchain on the planet...)
>
> regards, tom lane
>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Attachment Content-Type Size
postgresql-8.1.2-rpath.patch text/x-patch 6.0 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Fuhr 2006-02-15 19:14:37 Re: BUG #2260: PGCrypto Memory Problem
Previous Message Tom Lane 2006-02-15 18:43:18 Re: BUG #2260: PGCrypto Memory Problem