changeset 4483:dfcc2b3540f9

Git build fix. huh?
author Jan Nieuwenhuizen <janneke@gnu.org>
date Fri, 24 Oct 2008 16:42:00 +0200
parents 670b85c4c4b5
children 22b0a9e8f7cc
files gub/specs/git.py
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/git.py	Fri Oct 24 16:41:49 2008 +0200
+++ b/gub/specs/git.py	Fri Oct 24 16:42:00 2008 +0200
@@ -32,8 +32,9 @@
         pass
 
     def makeflags (self):
-        return ' SCRIPT_PERL= '
-                
+        # FIXME: why are C_INCLUDE_PATH, LIBRARY_PATH not in env dict?
+        return 'V=1 SCRIPT_PERL= C_INCLUDE_PATH=%(system_prefix)s/include LIBRARY_PATH=%(system_prefix)s/lib'
+
 class Git (targetbuild.TargetBuild):
 
     # TODO: where should this go?