pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing
Дата
Msg-id 20080508164937.34EDF7559E9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it
auto-configure properly for libxslt present or not.

Modified Files:
--------------
    pgsql/contrib:
        Makefile (r1.82 -> r1.83)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.82&r2=1.83)
    pgsql/contrib/xml2:
        Makefile (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/Makefile?r1=1.11&r2=1.12)
        xslt_proc.c (r1.11 -> r1.12)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/xslt_proc.c?r1=1.11&r2=1.12)
    pgsql/doc/src/sgml:
        xml2.sgml (r1.4 -> r1.5)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xml2.sgml?r1=1.4&r2=1.5)

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Make the new pg_stat_get_activity use OUT parameters, so you
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing