From: Dan Scott Date: Mon, 10 Oct 2011 20:15:04 +0000 (-0400) Subject: Fix broken Net::Z3950::SimpleServer 1.14 install X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a538232653b8e379e1f6b2e856d5b613d2cdc3aa;p=evergreen%2Fequinox.git Fix broken Net::Z3950::SimpleServer 1.14 install Pin the install of Net::Z3950::SimpleServer to the known-to-work-with yaz 3.0.x version, 1.12. 1.14 introduced dependencies on yaz 4.1.x that can't be easily worked around. Signed-off-by: Dan Scott Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index a2c91600e5..c244b97212 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -228,12 +228,14 @@ DEB_APACHE_DISMODS = \ deflate # Chronically unpackaged CPAN modules +# Note older version of Net::Z3950::SimpleServer to avoid yaz 4.1.x dependency CPAN_MODULES = \ - Business::EDI \ - Library::CallNumber::LC \ - Net::Z3950::Simple2ZOOM \ + Business::EDI \ + Library::CallNumber::LC \ + M/MI/MIRK/Net-Z3950-SimpleServer-1.12.tar.gz \ + Net::Z3950::Simple2ZOOM \ Template::Plugin::POSIX \ - SRU + SRU # More chronically unpackaged CPAN modules (available in Squeeze though) CPAN_MODULES_MORE = \