pgsql: Enable building contrib/xml2 if configured using --with-libxml.

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable building contrib/xml2 if configured using --with-libxml.
Date: 2007-04-13 18:50:01
Message-ID: 20070413185001.9A3C69FB984@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Enable building contrib/xml2 if configured using --with-libxml.
If this breaks things due to missing libxslt, then I'll have to
revert it, but let's see if it breaks the buildfarm.

Workarounds in case libxslt is missing include:
. don't configure with libxml, or
. don't build contrib modules from the contrib Makefile (use the individual module Makefiles instead), or
. change the xml2 Makefile

Modified Files:
--------------
pgsql:
configure (r1.542 -> r1.543)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.542&r2=1.543)
configure.in (r1.509 -> r1.510)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.509&r2=1.510)
pgsql/contrib:
Makefile (r1.71 -> r1.72)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile.diff?r1=1.71&r2=1.72)
pgsql/src:
Makefile.global.in (r1.233 -> r1.234)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.233&r2=1.234)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-13 20:00:10 pgsql: Update Win32 FAQ HTML version to match corrected text version.
Previous Message User Mha 2007-04-13 15:51:04 pginstaller - pginst: Update all translations to current status.