Install RPC::XML::Function on Ubuntu Lucid.
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 23 Jan 2012 16:49:07 +0000 (11:49 -0500)
committerDan Scott <dscott@laurentian.ca>
Wed, 9 May 2012 18:20:40 +0000 (14:20 -0400)
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 <jstephenson@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/extras/Makefile.install

index 8e734ab..5b24b2a 100644 (file)
@@ -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
 
 # ----------------------------------------------------------------------------