Re: peripatus build failures....

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: peripatus build failures....
Date: 2018-07-05 00:56:49
Message-ID: CAEepm=3y+o4Ek1XpmaMZ==46gHU-fVNHLfWd1OnYkJN6HDqxzA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 5, 2018 at 12:35 PM, Larry Rosenman <ler(at)lerctr(dot)org> wrote:
> I agree. Is there an easy way I can add this work around to peripatus'
> source tree:
>
> It may be that adding "LDFLAGS+= -Wl,-z,notext" (and removing LLD_UNSAFE) will let the port build with lld.

Maybe something like this at the end of your build-farm.conf?

if ($branch =~ /^REL(9|_10)/)
{
$conf{config_env}->{"LDFLAGS"} = "...something something...";
}

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2018-07-05 01:14:33 Re: Remove mention in docs that foreign keys on partitioned tables are not supported
Previous Message Amit Langote 2018-07-05 00:49:26 Re: Server crashed with dense_rank on partition table.