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

From adunstan@postgresql.org (Andrew Dunstan)
Subject pgsql: Enable building contrib/xml2 if configured using --with-libxml.
Date
Msg-id 20070413185001.9A3C69FB984@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: Update all translations to current status.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update Win32 FAQ HTML version to match corrected text version.