Install RPC::XML::Function on Ubuntu Lucid. collab/dyrcona/rpc_xml_function_lucid_rel_2_1
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 23 Jan 2012 16:49:07 +0000 (11:49 -0500)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 23 Jan 2012 16:49:07 +0000 (11:49 -0500)
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>
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
 
 # ----------------------------------------------------------------------------