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

Started by Tom Laneabout 18 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)