mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6403cd034c
commit
c71a1e1ce5
2
meta/site/common-mingw
Normal file
2
meta/site/common-mingw
Normal file
@@ -0,0 +1,2 @@
|
||||
# expat
|
||||
ac_cv_func_mmap_fixed_mapped=no
|
||||
Reference in New Issue
Block a user