common-mingw: force ac_cv_func_mmap_fixed_mapped=no
authorRichard Tollerton <rich.tollerton@ni.com>
Wed, 16 Jul 2014 18:58:03 +0000 (13:58 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Jul 2014 23:08:58 +0000 (00:08 +0100)
The expat mingw build breaks because ix86-common defines
ac_cv_func_mmap_fixed_mapped=yes, causing the build to think that
mmap(), mman.h actually exist. Fix this by always forcing the variable
to "no", which configure would have concluded without such interference.

(From OE-Core rev: 9add830b85222b57774acc35539e678d9ca8efb2)

Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-mingw [new file with mode: 0644]

diff --git a/meta/site/common-mingw b/meta/site/common-mingw
new file mode 100644 (file)
index 0000000..f337c36
--- /dev/null
@@ -0,0 +1,2 @@
+# expat
+ac_cv_func_mmap_fixed_mapped=no