[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 7dfa704da0513dfa2ac25db19eb31910815efae6
Evergreen Git
git at git.evergreen-ils.org
Wed May 9 14:21:17 EDT 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_1 has been updated
via 7dfa704da0513dfa2ac25db19eb31910815efae6 (commit)
from 7e18a8bf869ea09c1b187ab05fd20bc3cbacfe59 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7dfa704da0513dfa2ac25db19eb31910815efae6
Author: Jason Stephenson <jstephenson at mvlc.org>
Date: Mon Jan 23 11:49:07 2012 -0500
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 <jstephenson at mvlc.org>
Signed-off-by: Dan Scott <dscott at laurentian.ca>
diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 8e734ab..5b24b2a 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
# ----------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/extras/Makefile.install | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list