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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing
Date: 2008-05-08 16:49:48
Message-ID: 20080508164948.172C47559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-05-08 17:04:26 pgsql: Add psql '\pset format wrapped' mode to wrap output to screen
Previous Message Tom Lane 2008-05-08 16:49:37 pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing