Install RPC::XML::Function on Ubuntu Lucid. collab/dyrcona/rpc_xml_function_lucid_rel_2_0
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 23 Jan 2012 16:44:14 +0000 (11:44 -0500)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 23 Jan 2012 16:44:14 +0000 (11:44 -0500)
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 <jstephenson@mvlc.org>
Open-ILS/src/extras/Makefile.install

index c6f9690..8f69b56 100644 (file)
@@ -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
 
 # ----------------------------------------------------------------------------