[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. 30a4589afe26087ef163ca35f2fb6564db769225
Evergreen Git
git at git.evergreen-ils.org
Tue Aug 23 14:02:05 EDT 2011
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 30a4589afe26087ef163ca35f2fb6564db769225 (commit)
from 490ce11f23f8d5d3d041752fdd6e431405e0cf7a (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 30a4589afe26087ef163ca35f2fb6564db769225
Author: Jason Stephenson <jstephenson at mvlc.org>
Date: Tue Aug 9 13:45:45 2011 -0400
Branchify patch for LP bug #802523 for rel_2_1.
Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
Signed-off-by: Mike Rylander <mrylander at gmail.com>
diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 752ac7c..8c6c86d 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -254,6 +254,10 @@ CPAN_MODULES_MARC_RECORD = \
CPAN_MODULES_FORCE = \
Class::DBI::Frozen::301
+# Lucid needs this because the XML::RPC that comes by default is broken with Evergreen
+LUCID_CPAN = \
+ XML::RPC
+
# ----------------------------------------------------------------------------
all:
@@ -274,7 +278,7 @@ squeeze: install_pgsql_client_debs_90 install_extra_debs_squeeze
generic_debian: install_debs install debian_sys_config install_cpan_force
ubuntu-lucid: lucid generic_ubuntu
-lucid: install_pgsql_client_debs_90 install_extra_debs install_cpan_marc_record
+lucid: install_pgsql_client_debs_90 install_extra_debs install_cpan_marc_record install_yaz install_lucid_cpan
generic_ubuntu: install_debs install debian_sys_config install_cpan_more install_cpan_safe install_cpan_force
# - COMMON TARGETS ---------------------------------------------------------
@@ -309,6 +313,10 @@ install_cpan_fedora:
echo "force install $$m" | perl -MCPAN -e shell;\
done
+# Install the CPAN modules needed for Lucid
+install_cpan_lucid:
+ for m in $(LUCID_CPAN); do perl -MCPAN -e "install \"$$m\";"; done
+
# Install a known working version of YAZ
install_yaz:
if [ ! -d $(YAZ) ]; then wget $(YAZ_HOST)/$(YAZ).tar.gz; fi;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/extras/Makefile.install | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list