pgsql: When cross-compiling, allow and require an external zic program

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When cross-compiling, allow and require an external zic program
Date: 2009-01-05 10:25:59
Message-ID: 20090105102559.E4598754A17@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When cross-compiling, allow and require an external zic program to be used
when --with-system-tzdata is not used.

initial patch by Richard Evans

Modified Files:
--------------
pgsql:
configure (r1.619 -> r1.620)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.619&r2=1.620)
configure.in (r1.578 -> r1.579)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.578&r2=1.579)
pgsql/src:
Makefile.global.in (r1.250 -> r1.251)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.250&r2=1.251)
pgsql/src/timezone:
Makefile (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/Makefile?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-01-05 13:23:33 pgsql: Fix define_custom_variable to preserve any sourcefile/sourceline
Previous Message Peter Eisentraut 2009-01-05 09:54:13 pgsql: Fix for cross-compilation between mingw32 and something else.