From 8df4a1ff14ebf767ae6ff312b6e3f259a5a16025 Mon Sep 17 00:00:00 2001 From: dbs Date: Fri, 26 Sep 2008 18:43:36 +0000 Subject: [PATCH] Use a locally hosted yaz package to avoid strange firewalls git-svn-id: svn://svn.open-ils.org/ILS/trunk@10710 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/Makefile.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 5d02ae95b5..cbd4d5140f 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -51,8 +51,9 @@ LIBDBI=libdbi-0.8.3 LIBDBI_DRIVERS=libdbi-drivers-0.8.3 LIBDBI_HOST=http://open-ils.org/~denials/evergreen -YAZ=yaz-3.0.34 -YAZ_HOST=http://ftp.indexdata.dk/pub/yaz +# Some people are firewalled out of indexdata.dk +YAZ=yaz-3.0.36 +YAZ_HOST=http://evergreen-ils.org/~denials/yaz # ejabberd is not packaged on CentOS/RHEL, so we have to # download the installable package from the source -- 2.11.0