comparison gub/specs/guile.py @ 6470:f1b28c608b3a

guile: never use gnulib's putenv. Fixes env-related bugs such as pango fonts.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 01 Feb 2011 23:59:39 +0100
parents 0ea4f16c7d7a
children 834c939b7f86
comparison
equal deleted inserted replaced
6469:f0ee9df1e3f2 6470:f1b28c608b3a
55 -I%(srcdir)s 55 -I%(srcdir)s
56 -I%(builddir)s/libguile 56 -I%(builddir)s/libguile
57 -I. 57 -I.
58 -I%(srcdir)s/libguile" 58 -I%(srcdir)s/libguile"
59 ''')) 59 '''))
60 config_cache_overrides = target.AutoBuild.config_cache_overrides + '''
61 gl_cv_func_svid_putenv=yes
62 '''
60 # FIXME: guile runs gen_scmconfig [when not x-building also guile] 63 # FIXME: guile runs gen_scmconfig [when not x-building also guile]
61 # without setting the proper LD_LIBRARY_PATH. 64 # without setting the proper LD_LIBRARY_PATH.
62 compile_flags_native = (' LD_PRELOAD= ' 65 compile_flags_native = (' LD_PRELOAD= '
63 + ' LD_LIBRARY_PATH=%(tools_prefix)s/lib:${LD_LIBRARY_PATH-/foe} ' 66 + ' LD_LIBRARY_PATH=%(tools_prefix)s/lib:${LD_LIBRARY_PATH-/foe} '
64 + ' CFLAGS="-I%(srcdir)s -I%(builddir)s -DHAVE_CONFIG_H=1"' 67 + ' CFLAGS="-I%(srcdir)s -I%(builddir)s -DHAVE_CONFIG_H=1"'