Re: build/install xml2 when configured with libxml

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: build/install xml2 when configured with libxml
Дата
Msg-id 4620CD12.3060003@dunslane.net
обсуждение исходный текст
Ответ на Re: build/install xml2 when configured with libxml  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: build/install xml2 when configured with libxml
Список pgsql-patches

Peter Eisentraut wrote:
> Andrew Dunstan wrote:
>
>> The attached patch adds a test for libxslt/xslt.h and only builds
>> contrib/xml2 if it's found,
>>
>
> But the policy is that the presence of features in the final build
> should not depend on the incidental presence of features in the build
> environment.  Either you select a feature, then it's built, or you
> don't, then it's not.  So the only options we really have are adding
> another switch for libxslt, or including it with libxml.  I'm not sure
> which is better.
>
>

Then let's add a switch for libxslt. I have a strong suspicion we'll
want it before long anyway, and it will mean we can do this in a less
kludgy way.

cheers

andrew

В списке pgsql-patches по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: build/install xml2 when configured with libxml
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: build/install xml2 when configured with libxml