changeset 6447:302dc1c206fe

tools::guile: build fixes.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sat, 29 Jan 2011 16:52:11 +0100
parents aca315bf607b
children e1181d222682
files gub/specs/guile.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/guile.py	Sat Jan 29 16:38:55 2011 +0100
+++ b/gub/specs/guile.py	Sat Jan 29 16:52:11 2011 +0100
@@ -27,9 +27,9 @@
         'gettext-devel',
         'gmp-devel',
         'libtool',
-        'tools::guile',
         'libunistring',
         'libgc',
+        'tools::guile',
         ]
     guile_configure_flags = misc.join_lines ('''
 --without-threads
@@ -231,6 +231,7 @@
     patches = Guile.patches + ['guile-1.8.6-pthreads-cross.patch']
 
 class Guile__tools (tools.AutoBuild, Guile):
+    patches = []
     dependencies = (Guile.dependencies
                     + [
                 'autoconf',
@@ -259,7 +260,8 @@
     # FIXME: when not x-building, guile runs gen_scmconfig, guile without
     # setting the proper LD_LIBRARY_PATH.
     compile_command = ('export LD_LIBRARY_PATH=%(builddir)s/libguile/.libs:%(system_prefix)s/lib:${LD_LIBRARY_PATH-/foe};'
-                + Guile.compile_command)
+                + tools.AutoBuild.compile_command)
+    install_command = tools.AutoBuild.install_command
     def patch (self):
         tools.AutoBuild.patch (self)
         #Guile.autopatch (self)