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:37 |
| Message-ID: |
20080508164937.34EDF7559E9@cvs.postgresql.org (view raw or flat) |
| 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.
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 by date
| Next: | From: Tom Lane | Date: 2008-05-08 16:49:48 |
| Subject: pgsql: Fix contrib/xml2 makefile to not override CFLAGS, and in passing |
| Previous: | From: Magnus Hagander | Date: 2008-05-08 16:08:02 |
| Subject: Re: pgsql: Make the new pg_stat_get_activity use OUT
parameters, so you |