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)
commit1a513fc134a865cbf19f2881d07204fd1e713e3b
treea6e040fa032c03f0fc18b4dee2181e18c5f77dee
parent10c1b49d9f8c135c56afd7f09b34ca4f3e525f03
common-mingw: force ac_cv_func_mmap_fixed_mapped=no

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]