Re: contrib build fixes

Lists: pgsql-patches
From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: contrib build fixes
Date: 2004-11-03 03:45:40
Message-ID: 1099453540.9284.83.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

Attached is a patch that makes some improvements to the contrib/ build.
Most of these are from the Debian folks:

- add some additional files to the dbmirror install (approved by
ssinger)

- add a makefile for contrib/mysql, and add mysql to the list of
contribs build by default

- use xml2-config to pickup -I flags for libxml2 in contrib/xml and
contrib/xml2

I'll apply this today or tomorrow, barring any objections.

-Neil

Attachment Content-Type Size
contrib-build-1.patch text/x-patch 1.8 KB

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: contrib build fixes
Date: 2004-11-04 06:17:35
Message-ID: 1099549054.23392.40.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Wed, 2004-11-03 at 14:45, Neil Conway wrote:
> Attached is a patch that makes some improvements to the contrib/ build.

Applied.

-Neil


From: Kris Jurka <books(at)ejurka(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: contrib build fixes
Date: 2004-11-04 08:23:13
Message-ID: Pine.BSO.4.56.0411040321360.17268@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Thu, 4 Nov 2004, Neil Conway wrote:

> On Wed, 2004-11-03 at 14:45, Neil Conway wrote:
> > Attached is a patch that makes some improvements to the contrib/ build.
>

This breaks make install for the mysql module with

/bin/sh ../../config/install-sh -c -m 644 ./README.mysql /home/jurka/tmp/pg80/doc/postgresql/contrib
../../config/install-sh: ./README.mysql does not exist.

renaming README to README.mysql fixes this.

Kris Jurka


From: Neil Conway <neilc(at)samurai(dot)com>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: contrib build fixes
Date: 2004-11-04 09:16:35
Message-ID: 1099559795.10449.8.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-patches

On Thu, 2004-11-04 at 19:23, Kris Jurka wrote:
> This breaks make install for the mysql module [...]

Sorry. I could have sworn I tested this, but obviously I neglected to.

Fixed, thanks for the report.

-Neil