Re: Some patches to enhance the contrib build - Mailing list pgsql-bugs

From Martin Pitt
Subject Re: Some patches to enhance the contrib build
Date
Msg-id 20041101081131.GC25287@box79162.elkhouse.de
Whole thread Raw
In response to Some patches to enhance the contrib build  (Martin Pitt <martin@piware.de>)
List pgsql-bugs
Hi again!

Martin Pitt [2004-11-01  9:04 +0100]:
> Neil Conway [2004-11-01 14:06 +1100]:
> > 20pg_dump_datestyle seems redundant (we already set DateStyle to ISO in
> > pg_dump).

I will look at this and remove it if appropriate. Thanks for the hint.

> > ISTM the right fix is to use xml2-config.
>=20
> Right, replacing the -I option with `xml2-config --cflags` works fine
> and seems to be more portable. Fixed in arch head.

BTW, I actually used

  CFLAGS +=3D $(shell xml2-config --cflags)

in the current patch. I do not really know which is more portable,
using backticks to call xml2-config at compiler invocation time, or
using the $(shell ) syntax which seems GNU make specific. Both wors,
your choice :-)

Martin
--=20
Martin Pitt                       http://www.piware.de
Ubuntu Developer            http://www.ubuntulinux.org
Debian GNU/Linux Developer       http://www.debian.org

pgsql-bugs by date:

Previous
From: David Dick
Date:
Subject: locale related problem with debian
Next
From: Martin Pitt
Date:
Subject: Re: Some patches to enhance the contrib build