Re: pgsql: Support cross compilation by compiling "zic"

From: Neil Conway <neilc(at)samurai(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Support cross compilation by compiling "zic"
Date: 2005-07-04 02:56:19
Message-ID: 42C8A553.3020602@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Peter Eisentraut wrote:
> Support cross compilation by compiling "zic" with a native compiler. This
> relies on the output of zic being platform independent, but that is
> currently the case.

This breaks out of tree (vpath) builds. Attached is a patch that fixes
the problem -- committed to HEAD.

-Neil

Attachment Content-Type Size
tz_build_break_fix-1.patch text/x-patch 726 bytes

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-07-04 04:06:43 pgsql: Update wording: < Currently, to protect against partial disk
Previous Message Neil Conway 2005-07-04 02:56:02 pgsql: Fix build break for out of tree (vpath) builds, induced by recent