summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-03-14 21:14:05 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-03-14 21:19:50 +0000
commit9981a5881332daae8b12dff303b449d9c57725d7 (patch)
tree163bb4faa0e3af61e5f30560c90f92f076875ae2
parenta0c1c42227042a3213ed7d3728b6a11b2dfa6eb5 (diff)
Set xorg_cv_malloc0_returns_null explicity when cross-compiling
Defaulting xorg_cv_malloc0_returns_null to yes when cross-compiling has been removed from xorg-macros, so it must be set explicitly
-rw-r--r--jhbuildrc.x86_64-pc-cygwin2
1 files changed, 2 insertions, 0 deletions
diff --git a/jhbuildrc.x86_64-pc-cygwin b/jhbuildrc.x86_64-pc-cygwin
index a2701eb..993daae 100644
--- a/jhbuildrc.x86_64-pc-cygwin
+++ b/jhbuildrc.x86_64-pc-cygwin
@@ -119,3 +119,5 @@ module_autogenargs['xf86-video-dummy'] = autogenargs + ' --disable-dga'
#
module_autogenargs['harfbuzz'] = autogenargs + ' ac_cv_header_usp10_h=no ac_cv_header_windows_h=no ac_cv_func__setmode=no'
+# cross-compiling autoconf tests
+os.environ['xorg_cv_malloc0_returns_null'] = 'no'