diff 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
line wrap: on
line diff
--- a/gub/specs/guile.py	Tue Feb 01 15:24:46 2011 +0100
+++ b/gub/specs/guile.py	Tue Feb 01 23:59:39 2011 +0100
@@ -57,6 +57,9 @@
 -I.
 -I%(srcdir)s/libguile"
 '''))
+    config_cache_overrides = target.AutoBuild.config_cache_overrides + '''
+gl_cv_func_svid_putenv=yes
+'''
     # FIXME: guile runs gen_scmconfig [when not x-building also guile]
     # without setting the proper LD_LIBRARY_PATH.
     compile_flags_native = (' LD_PRELOAD= '