From: Jason Stephenson Date: Mon, 23 Jan 2012 16:49:07 +0000 (-0500) Subject: Install RPC::XML::Function on Ubuntu Lucid. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7dfa704da0513dfa2ac25db19eb31910815efae6;p=Evergreen.git Install RPC::XML::Function on Ubuntu Lucid. Change the LUCID_CPAN target to install RPC::XML::Function instead of XML::RPC. Based on public bug report by Ben Shum (LP 920535). Signed-off-by: Jason Stephenson Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 8e734ab051..5b24b2aabe 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -259,7 +259,7 @@ CPAN_MODULES_FORCE = \ # Lucid needs this because the XML::RPC that comes by default is broken with Evergreen LUCID_CPAN = \ - XML::RPC + RPC::XML::Function # ----------------------------------------------------------------------------