From: Jason Stephenson Date: Mon, 23 Jan 2012 16:44:14 +0000 (-0500) Subject: Install RPC::XML::Function on Ubuntu Lucid. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=28eafd3e44720adf6fbf09f49a0619d6346d7180;p=working%2FEvergreen.git Install RPC::XML::Function on Ubuntu Lucid. Change the LUCID_CPAN target to install RPC::XML::Function instead of XML::RPC. Base on public bug report by Ben Shum (LP 920535). Signed-off-by: Jason Stephenson --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index c6f9690e28..8f69b56627 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -278,7 +278,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 # ----------------------------------------------------------------------------