pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing
Date
Msg-id 20080508164948.172C47559E9@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add psql '\pset format wrapped' mode to wrap output to screen