Re: Some patches to enhance the contrib build

Поиск
Список
Период
Сортировка
От Martin Pitt
Тема Re: Some patches to enhance the contrib build
Дата
Msg-id 20041101081131.GC25287@box79162.elkhouse.de
обсуждение исходный текст
Ответ на Some patches to enhance the contrib build  (Martin Pitt <martin@piware.de>)
Список 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 по дате отправления:

Предыдущее
От: David Dick
Дата:
Сообщение: locale related problem with debian
Следующее
От: Martin Pitt
Дата:
Сообщение: Re: Some patches to enhance the contrib build