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 20080508164948.172C47559E9@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.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/contrib:
        Makefile (r1.82 -> r1.82.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.82&r2=1.82.2.1)
    pgsql/contrib/xml2:
        Makefile (r1.11 -> r1.11.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/xml2/Makefile?r1=1.11&r2=1.11.2.1)
    pgsql/doc/src/sgml:
        xml2.sgml (r1.4 -> r1.4.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/xml2.sgml?r1=1.4&r2=1.4.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add psql '\pset format wrapped' mode to wrap output to screen