changeset 3427:b6d7c063a4f9

Fix cygwin guile init.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 04 May 2007 10:02:18 +0200
parents 632f2ab3cdaf
children caf93f6734c8
files gub/specs/guile.py
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/guile.py	Fri May 04 09:57:19 2007 +0200
+++ b/gub/specs/guile.py	Fri May 04 10:02:18 2007 +0200
@@ -265,7 +265,11 @@
 class Guile__cygwin (Guile):
     def __init__ (self, settings):
         Guile.__init__ (self, settings)
-        self.with (version='1.8.1')
+#FIXME: barf, this breaks now that Guile uses git repo
+#        self.with (version='1.8.1')
+        from gub import mirrors
+        self.with (version='1.8.1', mirror=mirrors.gnu, format='gz')
+        self.so_version = '17'
 
     # Using gub dependencies only would be nice, but
     # we need to a lot of gup.gub_to_distro_deps ().