From 958e67583d52112d4869092105aa2150dbd91fe3 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Tue, 9 Aug 2011 13:41:04 -0400 Subject: [PATCH] Branchify patch from LP bug #802523. Signed-off-by: Jason Stephenson Signed-off-by: Mike Rylander --- Open-ILS/src/extras/Makefile.install | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index f008ef37b5..bb69740feb 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -256,6 +256,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: @@ -276,7 +280,7 @@ squeeze: install_pgsql_client_debs_90 install_extra_debs_squeeze generic_debian: install_debs test_for_libdbi_pkg 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_cpan_lucid generic_ubuntu: install_debs test_for_libdbi_pkg install debian_sys_config install_cpan_more install_cpan_safe install_cpan_force # - COMMON TARGETS --------------------------------------------------------- @@ -311,6 +315,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; -- 2.11.0