projects
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e18a8b
)
Install RPC::XML::Function on Ubuntu Lucid.
author
Jason Stephenson
<jstephenson@mvlc.org>
Mon, 23 Jan 2012 16:49:07 +0000
(11:49 -0500)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/Open-ILS/src/extras/Makefile.install
b/Open-ILS/src/extras/Makefile.install
index
8e734ab
..
5b24b2a
100644
(file)
--- 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
# ----------------------------------------------------------------------------