Re: peripatus build failures.... - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: peripatus build failures....
Date
Msg-id CAEepm=3y+o4Ek1XpmaMZ==46gHU-fVNHLfWd1OnYkJN6HDqxzA@mail.gmail.com
Whole thread Raw
In response to Re: peripatus build failures....  (Larry Rosenman <ler@lerctr.org>)
Responses Re: peripatus build failures....  (Larry Rosenman <ler@lerctr.org>)
List pgsql-hackers
On Thu, Jul 5, 2018 at 12:35 PM, Larry Rosenman <ler@lerctr.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


pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Server crashed with dense_rank on partition table.
Next
From: Robert Haas
Date:
Subject: Re: Remove mention in docs that foreign keys on partitioned tablesare not supported