From: Richard Tollerton Date: Wed, 16 Jul 2014 18:58:03 +0000 (-0500) Subject: common-mingw: force ac_cv_func_mmap_fixed_mapped=no X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~33124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9add830b85222b57774acc35539e678d9ca8efb2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Richard Tollerton Signed-off-by: Richard Purdie --- diff --git a/meta/site/common-mingw b/meta/site/common-mingw new file mode 100644 index 00000000000..f337c36e75d --- /dev/null +++ b/meta/site/common-mingw @@ -0,0 +1,2 @@ +# expat +ac_cv_func_mmap_fixed_mapped=no