# HG changeset patch # User Jan Nieuwenhuizen # Date 1296316331 -3600 # Node ID 302dc1c206fea5af1ef24340e78c3e2051ba4ecd # Parent aca315bf607b23030b8d41a932128080da9dcf70 tools::guile: build fixes. diff -r aca315bf607b -r 302dc1c206fe gub/specs/guile.py --- 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)