[open-ils-commits] r17769 - trunk/Open-ILS/src/extras (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Sep 17 13:42:18 EDT 2010
Author: dbs
Date: 2010-09-17 13:42:14 -0400 (Fri, 17 Sep 2010)
New Revision: 17769
Modified:
trunk/Open-ILS/src/extras/Makefile.install
Log:
Make prereq installation easier on sites that block everything except 80 and 443
It won't help if you need to grab SVN copies of OpenSRF and Evergreen, but if
you're working with a tarball then you're golden. GOLDEN!
Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install 2010-09-17 17:13:14 UTC (rev 17768)
+++ trunk/Open-ILS/src/extras/Makefile.install 2010-09-17 17:42:14 UTC (rev 17769)
@@ -35,8 +35,8 @@
LIBJS=js-1.7.0
LIBJS_PERL=JavaScript-SpiderMonkey-0.20
-LIBJS_URL=ftp://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz
-LIBJS_PERL_URL=ftp://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/$(LIBJS_PERL).tar.gz
+LIBJS_URL=http://ftp.mozilla.org/pub/mozilla.org/js/$(LIBJS).tar.gz
+LIBJS_PERL_URL=http://mirror.datapipe.net/pub/CPAN/authors/id/T/TB/TBUSCH/$(LIBJS_PERL).tar.gz
# used for installing libjs lib and header files
JS_INSTALL_PREFIX=/usr/
More information about the open-ils-commits
mailing list